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.
 
 
 
 
 
 

29 lines
475 B

DWORD
LoadPersistedMMAuthMethods(
HKEY hParentRegKey
);
DWORD
SPDReadMMAuthMethods(
HKEY hParentRegKey,
LPWSTR pszMMAuthUniqueID,
PMM_AUTH_METHODS * ppMMAuthMethods
);
DWORD
UnMarshallMMAuthInfoBundle(
LPBYTE pBuffer,
DWORD dwBufferSize,
PIPSEC_MM_AUTH_INFO * pMMAuthInfos,
PDWORD pdwNumAuthInfos
);
DWORD
UnMarshallMMAuthMethod(
LPBYTE pBuffer,
PIPSEC_MM_AUTH_INFO pMMAuthInfo,
PDWORD pdwNumBytesAdvanced
);