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.

22 lines
320 B

  1. DWORD
  2. LoadPersistedQMPolicies(
  3. HKEY hParentRegKey
  4. );
  5. DWORD
  6. SPDReadQMPolicy(
  7. HKEY hParentRegKey,
  8. LPWSTR pszQMPolicyUniqueID,
  9. PIPSEC_QM_POLICY * ppQMPolicy
  10. );
  11. DWORD
  12. UnMarshallQMOffers(
  13. LPBYTE pBuffer,
  14. DWORD dwBufferSize,
  15. PIPSEC_QM_OFFER * ppOffers,
  16. PDWORD pdwOfferCount
  17. );