Source code of Windows XP (NT5)
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.

26 lines
365 B

  1. DWORD
  2. LoadPersistedIPSecInformation(
  3. );
  4. DWORD
  5. LoadPersistedMMPolicies(
  6. HKEY hParentRegKey
  7. );
  8. DWORD
  9. SPDReadMMPolicy(
  10. HKEY hParentRegKey,
  11. LPWSTR pszMMPolicyUniqueID,
  12. PIPSEC_MM_POLICY * ppMMPolicy
  13. );
  14. DWORD
  15. UnMarshallMMOffers(
  16. LPBYTE pBuffer,
  17. DWORD dwBufferSize,
  18. PIPSEC_MM_OFFER * ppOffers,
  19. PDWORD pdwOfferCount
  20. );