* include/sspi.h: Add comment for FreeCredentialsHandle.

This commit is contained in:
Earnie Boyd 2003-04-11 12:27:39 +00:00
parent 2e23862a8a
commit fd959d2b39
2 changed files with 8 additions and 1 deletions

View File

@ -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.

View File

@ -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 *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 {
unsigned long dwVersion;
ENUMERATE_SECURITY_PACKAGES_FN_W EnumerateSecurityPackagesW;