1 /* header auto-generated by pidl */
3 #include "librpc/ndr/libndr.h"
4 #include "../librpc/gen_ndr/ntsvcs.h"
6 #ifndef _HEADER_NDR_ntsvcs
7 #define _HEADER_NDR_ntsvcs
9 #define NDR_NTSVCS_UUID "8d9f4e40-a03d-11ce-8f69-08003e30051b"
10 #define NDR_NTSVCS_VERSION 1.0
11 #define NDR_NTSVCS_NAME "ntsvcs"
12 #define NDR_NTSVCS_HELPSTRING "Plug and Play services"
13 extern const struct ndr_interface_table ndr_table_ntsvcs
;
14 #define NDR_PNP_DISCONNECT (0x00)
16 #define NDR_PNP_CONNECT (0x01)
18 #define NDR_PNP_GETVERSION (0x02)
20 #define NDR_PNP_GETGLOBALSTATE (0x03)
22 #define NDR_PNP_INITDETECTION (0x04)
24 #define NDR_PNP_REPORTLOGON (0x05)
26 #define NDR_PNP_VALIDATEDEVICEINSTANCE (0x06)
28 #define NDR_PNP_GETROOTDEVICEINSTANCE (0x07)
30 #define NDR_PNP_GETRELATEDDEVICEINSTANCE (0x08)
32 #define NDR_PNP_ENUMERATESUBKEYS (0x09)
34 #define NDR_PNP_GETDEVICELIST (0x0a)
36 #define NDR_PNP_GETDEVICELISTSIZE (0x0b)
38 #define NDR_PNP_GETDEPTH (0x0c)
40 #define NDR_PNP_GETDEVICEREGPROP (0x0d)
42 #define NDR_PNP_SETDEVICEREGPROP (0x0e)
44 #define NDR_PNP_GETCLASSINSTANCE (0x0f)
46 #define NDR_PNP_CREATEKEY (0x10)
48 #define NDR_PNP_DELETEREGISTRYKEY (0x11)
50 #define NDR_PNP_GETCLASSCOUNT (0x12)
52 #define NDR_PNP_GETCLASSNAME (0x13)
54 #define NDR_PNP_DELETECLASSKEY (0x14)
56 #define NDR_PNP_GETINTERFACEDEVICEALIAS (0x15)
58 #define NDR_PNP_GETINTERFACEDEVICELIST (0x16)
60 #define NDR_PNP_GETINTERFACEDEVICELISTSIZE (0x17)
62 #define NDR_PNP_REGISTERDEVICECLASSASSOCIATION (0x18)
64 #define NDR_PNP_UNREGISTERDEVICECLASSASSOCIATION (0x19)
66 #define NDR_PNP_GETCLASSREGPROP (0x1a)
68 #define NDR_PNP_SETCLASSREGPROP (0x1b)
70 #define NDR_PNP_CREATEDEVINST (0x1c)
72 #define NDR_PNP_DEVICEINSTANCEACTION (0x1d)
74 #define NDR_PNP_GETDEVICESTATUS (0x1e)
76 #define NDR_PNP_SETDEVICEPROBLEM (0x1f)
78 #define NDR_PNP_DISABLEDEVINST (0x20)
80 #define NDR_PNP_UNINSTALLDEVINST (0x21)
82 #define NDR_PNP_ADDID (0x22)
84 #define NDR_PNP_REGISTERDRIVER (0x23)
86 #define NDR_PNP_QUERYREMOVE (0x24)
88 #define NDR_PNP_REQUESTDEVICEEJECT (0x25)
90 #define NDR_PNP_ISDOCKSTATIONPRESENT (0x26)
92 #define NDR_PNP_REQUESTEJECTPC (0x27)
94 #define NDR_PNP_HWPROFFLAGS (0x28)
96 #define NDR_PNP_GETHWPROFINFO (0x29)
98 #define NDR_PNP_ADDEMPTYLOGCONF (0x2a)
100 #define NDR_PNP_FREELOGCONF (0x2b)
102 #define NDR_PNP_GETFIRSTLOGCONF (0x2c)
104 #define NDR_PNP_GETNEXTLOGCONF (0x2d)
106 #define NDR_PNP_GETLOGCONFPRIORITY (0x2e)
108 #define NDR_PNP_ADDRESDES (0x2f)
110 #define NDR_PNP_FREERESDES (0x30)
112 #define NDR_PNP_GETNEXTRESDES (0x31)
114 #define NDR_PNP_GETRESDESDATA (0x32)
116 #define NDR_PNP_GETRESDESDATASIZE (0x33)
118 #define NDR_PNP_MODIFYRESDES (0x34)
120 #define NDR_PNP_DETECTRESOURCELIMIT (0x35)
122 #define NDR_PNP_QUERYRESCONFLIST (0x36)
124 #define NDR_PNP_SETHWPROF (0x37)
126 #define NDR_PNP_QUERYARBITRATORFREEDATA (0x38)
128 #define NDR_PNP_QUERYARBITRATORFREESIZE (0x39)
130 #define NDR_PNP_RUNDETECTION (0x3a)
132 #define NDR_PNP_REGISTERNOTIFICATION (0x3b)
134 #define NDR_PNP_UNREGISTERNOTIFICATION (0x3c)
136 #define NDR_PNP_GETCUSTOMDEVPROP (0x3d)
138 #define NDR_PNP_GETVERSIONINTERNAL (0x3e)
140 #define NDR_PNP_GETBLOCKEDDRIVERINFO (0x3f)
142 #define NDR_PNP_GETSERVERSIDEDEVICEINSTALLFLAGS (0x40)
144 #define NDR_NTSVCS_CALL_COUNT (65)
145 void ndr_print_PNP_GetIdListFlags(struct ndr_print
*ndr
, const char *name
, uint32_t r
);
146 void ndr_print_PNP_HwProfInfo(struct ndr_print
*ndr
, const char *name
, const struct PNP_HwProfInfo
*r
);
147 void ndr_print_PNP_Disconnect(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_Disconnect
*r
);
148 void ndr_print_PNP_Connect(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_Connect
*r
);
149 void ndr_print_PNP_GetVersion(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_GetVersion
*r
);
150 void ndr_print_PNP_GetGlobalState(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_GetGlobalState
*r
);
151 void ndr_print_PNP_InitDetection(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_InitDetection
*r
);
152 void ndr_print_PNP_ReportLogOn(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_ReportLogOn
*r
);
153 void ndr_print_PNP_ValidateDeviceInstance(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_ValidateDeviceInstance
*r
);
154 void ndr_print_PNP_GetRootDeviceInstance(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_GetRootDeviceInstance
*r
);
155 void ndr_print_PNP_GetRelatedDeviceInstance(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_GetRelatedDeviceInstance
*r
);
156 void ndr_print_PNP_EnumerateSubKeys(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_EnumerateSubKeys
*r
);
157 void ndr_print_PNP_GetDeviceList(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_GetDeviceList
*r
);
158 void ndr_print_PNP_GetDeviceListSize(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_GetDeviceListSize
*r
);
159 void ndr_print_PNP_GetDepth(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_GetDepth
*r
);
160 void ndr_print_PNP_GetDeviceRegProp(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_GetDeviceRegProp
*r
);
161 void ndr_print_PNP_SetDeviceRegProp(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_SetDeviceRegProp
*r
);
162 void ndr_print_PNP_GetClassInstance(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_GetClassInstance
*r
);
163 void ndr_print_PNP_CreateKey(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_CreateKey
*r
);
164 void ndr_print_PNP_DeleteRegistryKey(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_DeleteRegistryKey
*r
);
165 void ndr_print_PNP_GetClassCount(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_GetClassCount
*r
);
166 void ndr_print_PNP_GetClassName(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_GetClassName
*r
);
167 void ndr_print_PNP_DeleteClassKey(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_DeleteClassKey
*r
);
168 void ndr_print_PNP_GetInterfaceDeviceAlias(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_GetInterfaceDeviceAlias
*r
);
169 void ndr_print_PNP_GetInterfaceDeviceList(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_GetInterfaceDeviceList
*r
);
170 void ndr_print_PNP_GetInterfaceDeviceListSize(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_GetInterfaceDeviceListSize
*r
);
171 void ndr_print_PNP_RegisterDeviceClassAssociation(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_RegisterDeviceClassAssociation
*r
);
172 void ndr_print_PNP_UnregisterDeviceClassAssociation(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_UnregisterDeviceClassAssociation
*r
);
173 void ndr_print_PNP_GetClassRegProp(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_GetClassRegProp
*r
);
174 void ndr_print_PNP_SetClassRegProp(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_SetClassRegProp
*r
);
175 void ndr_print_PNP_CreateDevInst(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_CreateDevInst
*r
);
176 void ndr_print_PNP_DeviceInstanceAction(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_DeviceInstanceAction
*r
);
177 void ndr_print_PNP_GetDeviceStatus(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_GetDeviceStatus
*r
);
178 void ndr_print_PNP_SetDeviceProblem(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_SetDeviceProblem
*r
);
179 void ndr_print_PNP_DisableDevInst(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_DisableDevInst
*r
);
180 void ndr_print_PNP_UninstallDevInst(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_UninstallDevInst
*r
);
181 void ndr_print_PNP_AddID(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_AddID
*r
);
182 void ndr_print_PNP_RegisterDriver(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_RegisterDriver
*r
);
183 void ndr_print_PNP_QueryRemove(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_QueryRemove
*r
);
184 void ndr_print_PNP_RequestDeviceEject(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_RequestDeviceEject
*r
);
185 void ndr_print_PNP_IsDockStationPresent(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_IsDockStationPresent
*r
);
186 void ndr_print_PNP_RequestEjectPC(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_RequestEjectPC
*r
);
187 void ndr_print_PNP_HwProfFlags(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_HwProfFlags
*r
);
188 void ndr_print_PNP_GetHwProfInfo(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_GetHwProfInfo
*r
);
189 void ndr_print_PNP_AddEmptyLogConf(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_AddEmptyLogConf
*r
);
190 void ndr_print_PNP_FreeLogConf(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_FreeLogConf
*r
);
191 void ndr_print_PNP_GetFirstLogConf(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_GetFirstLogConf
*r
);
192 void ndr_print_PNP_GetNextLogConf(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_GetNextLogConf
*r
);
193 void ndr_print_PNP_GetLogConfPriority(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_GetLogConfPriority
*r
);
194 void ndr_print_PNP_AddResDes(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_AddResDes
*r
);
195 void ndr_print_PNP_FreeResDes(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_FreeResDes
*r
);
196 void ndr_print_PNP_GetNextResDes(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_GetNextResDes
*r
);
197 void ndr_print_PNP_GetResDesData(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_GetResDesData
*r
);
198 void ndr_print_PNP_GetResDesDataSize(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_GetResDesDataSize
*r
);
199 void ndr_print_PNP_ModifyResDes(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_ModifyResDes
*r
);
200 void ndr_print_PNP_DetectResourceLimit(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_DetectResourceLimit
*r
);
201 void ndr_print_PNP_QueryResConfList(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_QueryResConfList
*r
);
202 void ndr_print_PNP_SetHwProf(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_SetHwProf
*r
);
203 void ndr_print_PNP_QueryArbitratorFreeData(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_QueryArbitratorFreeData
*r
);
204 void ndr_print_PNP_QueryArbitratorFreeSize(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_QueryArbitratorFreeSize
*r
);
205 void ndr_print_PNP_RunDetection(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_RunDetection
*r
);
206 void ndr_print_PNP_RegisterNotification(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_RegisterNotification
*r
);
207 void ndr_print_PNP_UnregisterNotification(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_UnregisterNotification
*r
);
208 void ndr_print_PNP_GetCustomDevProp(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_GetCustomDevProp
*r
);
209 void ndr_print_PNP_GetVersionInternal(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_GetVersionInternal
*r
);
210 void ndr_print_PNP_GetBlockedDriverInfo(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_GetBlockedDriverInfo
*r
);
211 void ndr_print_PNP_GetServerSideDeviceInstallFlags(struct ndr_print
*ndr
, const char *name
, int flags
, const struct PNP_GetServerSideDeviceInstallFlags
*r
);
212 #endif /* _HEADER_NDR_ntsvcs */