Leaked source code of windows server 2003
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
583 B

DWORD
WMIEnumNFADataEx(
IWbemServices *pWbemServices,
GUID PolicyIdentifier,
PIPSEC_NFA_DATA ** pppIpsecNFAData,
PDWORD pdwNumNFAObjects
);
DWORD
WMIEnumNFAObjectsEx(
IWbemServices *pWbemServices,
LPWSTR pszIpsecRelPolicyName,
PIPSEC_NFA_OBJECT ** pppIpsecNFAObjects,
PDWORD pdwNumNFAObjects
);
DWORD
WMIUnmarshallNFAData(
PIPSEC_NFA_OBJECT pIpsecNFAObject,
PIPSEC_NFA_DATA * ppIpsecNFAData
);
DWORD
ConvertGuidToPolicyStringEx(
GUID PolicyIdentifier,
LPWSTR * ppszIpsecPolicyReference
);