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

  1. DWORD
  2. WMIEnumNFADataEx(
  3. IWbemServices *pWbemServices,
  4. GUID PolicyIdentifier,
  5. PIPSEC_NFA_DATA ** pppIpsecNFAData,
  6. PDWORD pdwNumNFAObjects
  7. );
  8. DWORD
  9. WMIEnumNFAObjectsEx(
  10. IWbemServices *pWbemServices,
  11. LPWSTR pszIpsecRelPolicyName,
  12. PIPSEC_NFA_OBJECT ** pppIpsecNFAObjects,
  13. PDWORD pdwNumNFAObjects
  14. );
  15. DWORD
  16. WMIUnmarshallNFAData(
  17. PIPSEC_NFA_OBJECT pIpsecNFAObject,
  18. PIPSEC_NFA_DATA * ppIpsecNFAData
  19. );
  20. DWORD
  21. ConvertGuidToPolicyStringEx(
  22. GUID PolicyIdentifier,
  23. LPWSTR * ppszIpsecPolicyReference
  24. );