* include/sspi.h: Add comment for FreeCredentialsHandle.
This commit is contained in:
parent
2e23862a8a
commit
fd959d2b39
@ -1,4 +1,8 @@
|
|||||||
2003-04-07 Marcel Telka <telka@users.sourceforge.net>
|
2003-04-11 Earnie Boyd <earnie@users.sf.net>
|
||||||
|
|
||||||
|
* include/sspi.h: Add comment for FreeCredentialsHandle.
|
||||||
|
|
||||||
|
2003-04-07 Marcel Telka <telka@users.sourceforge.net>
|
||||||
|
|
||||||
* include/ddk/winddk.h (KIRQL): Typedef as UCHAR. not ULONG.
|
* include/ddk/winddk.h (KIRQL): Typedef as UCHAR. not ULONG.
|
||||||
|
|
||||||
|
@ -180,6 +180,9 @@ typedef SECURITY_STATUS (WINAPI *QUERY_SECURITY_PACKAGE_INFO_FN_W)(SEC_WCHAR*,PS
|
|||||||
typedef SECURITY_STATUS (WINAPI *ENCRYPT_MESSAGE_FN)(PCtxtHandle,ULONG,PSecBufferDesc,ULONG);
|
typedef SECURITY_STATUS (WINAPI *ENCRYPT_MESSAGE_FN)(PCtxtHandle,ULONG,PSecBufferDesc,ULONG);
|
||||||
typedef SECURITY_STATUS (WINAPI *DECRYPT_MESSAGE_FN)(PCtxtHandle,PSecBufferDesc,ULONG,PULONG);
|
typedef SECURITY_STATUS (WINAPI *DECRYPT_MESSAGE_FN)(PCtxtHandle,PSecBufferDesc,ULONG,PULONG);
|
||||||
|
|
||||||
|
/* No, it really is FreeCredentialsHandle, see the thread beginning
|
||||||
|
* http://sourceforge.net/mailarchive/message.php?msg_id=4321080 for a
|
||||||
|
* discovery discussion. */
|
||||||
typedef struct _SECURITY_FUNCTION_TABLEW {
|
typedef struct _SECURITY_FUNCTION_TABLEW {
|
||||||
unsigned long dwVersion;
|
unsigned long dwVersion;
|
||||||
ENUMERATE_SECURITY_PACKAGES_FN_W EnumerateSecurityPackagesW;
|
ENUMERATE_SECURITY_PACKAGES_FN_W EnumerateSecurityPackagesW;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user