secur32: Update win32.api to fix the winapi_check warnings.
This commit is contained in:
parent
c0716ef18c
commit
6927c9ca61
|
@ -4316,6 +4316,7 @@ BOOLEAN
|
|||
EXTENDED_NAME_FORMAT
|
||||
HANDLE
|
||||
NTSTATUS
|
||||
SECURITY_LOGON_TYPE
|
||||
SECURITY_STATUS
|
||||
ULONG
|
||||
|
||||
|
@ -4325,15 +4326,22 @@ HANDLE *
|
|||
PCredHandle
|
||||
PCtxtHandle
|
||||
PHANDLE
|
||||
PLSA_OPERATIONAL_MODE
|
||||
PLSA_STRING
|
||||
PLUID
|
||||
PLUID *
|
||||
PNTSTATUS
|
||||
PQUOTA_LIMITS
|
||||
PSecBuffer
|
||||
PSecBufferDesc
|
||||
PSecPkgInfoA *
|
||||
PSecPkgInfoW *
|
||||
PSECURITY_LOGON_SESSION_DATA *
|
||||
PSecurityFunctionTableA
|
||||
PSecurityFunctionTableW
|
||||
PTimeStamp
|
||||
PTOKEN_GROUPS
|
||||
PTOKEN_SOURCE
|
||||
PULONG
|
||||
PVOID
|
||||
PVOID *
|
||||
|
|
Loading…
Reference in New Issue