mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 20:34:59 +00:00
[PSDK] Extend struct _SECPKG_DLL_FUNCTIONS, fix definitions.
* Add missing enums to MSV1_0_PROTOCOL_MESSAGE_TYPE and SECPKG_EXTENDED_INFORMATION_CLASS * Add missing function entries to LSA_SECPKG_FUNCTION_TABLE and add needed definitions. * Fix params of PLSA_AP_CALL_PACKAGE * Fix SpInitializeFn (+ NTAPI)
This commit is contained in:
parent
00adb1a3f9
commit
11fe17c3a1
3 changed files with 66 additions and 10 deletions
|
@ -226,7 +226,10 @@ typedef enum _MSV1_0_PROTOCOL_MESSAGE_TYPE {
|
|||
MsV1_0CacheLogon,
|
||||
MsV1_0SubAuth,
|
||||
MsV1_0DeriveCredential,
|
||||
MsV1_0CacheLookup
|
||||
MsV1_0CacheLookup,
|
||||
#if (_WIN32_WINNT >= _WIN32_WINNT_WINXP)
|
||||
MsV1_0SetProcessOption,
|
||||
#endif
|
||||
} MSV1_0_PROTOCOL_MESSAGE_TYPE, *PMSV1_0_PROTOCOL_MESSAGE_TYPE;
|
||||
typedef enum _POLICY_LSA_SERVER_ROLE {
|
||||
PolicyServerRoleBackup = 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue