You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
586 B
27 lines
586 B
|
|
DWORD
|
|
WMIEnumNegPolDataEx(
|
|
IWbemServices *pWbemServices,
|
|
PIPSEC_NEGPOL_DATA ** pppIpsecNegPolData,
|
|
PDWORD pdwNumNegPolObjects
|
|
);
|
|
|
|
DWORD
|
|
WMIEnumNegPolObjectsEx(
|
|
IWbemServices *pWbemServices,
|
|
PIPSEC_NEGPOL_OBJECT ** pppIpsecNegPolObjects,
|
|
PDWORD pdwNumNegPolObjects
|
|
);
|
|
|
|
DWORD
|
|
WMIUnmarshallNegPolData(
|
|
PIPSEC_NEGPOL_OBJECT pIpsecNegPolObject,
|
|
PIPSEC_NEGPOL_DATA * ppIpsecNegPolData
|
|
);
|
|
|
|
DWORD
|
|
WMIGetNegPolDataEx(
|
|
IWbemServices *pWbemServices,
|
|
GUID NegPolGUID,
|
|
PIPSEC_NEGPOL_DATA * ppIpsecNegPolData
|
|
);
|