CryptSIPRetrieveSubjectGuid (CRYPT32.@)
BOOL CryptSIPRetrieveSubjectGuid ( LPCWSTR FileName, HANDLE hFileIn, GUID* pgSubject )
Determine the right SIP GUID for the given file.
FileName | [In] | Filename. |
hFileIn | [In] | Optional handle to the file. |
pgSubject | [Out] | The SIP's GUID. |
Success: TRUE. pgSubject contains the SIP GUID.
Failure: FALSE. (Look at GetLastError).
Defined in "mssip.h".
Implemented in "dlls/crypt32/main.c". source.winehq.org/source/dlls/crypt32/main.c
Debug channel "crypt".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.