The WinTrustProviderServerInitialize function is an initialization function that WinTrust calls when it loads the server component of a trust provider DLL.
The current release of WinTrust does not include the WinTrust server component. Consequently, WinTrust does not call this function and trust provider DLLs do not need to export it.
BOOL WinTrustProviderServerInitialize(
DWORD dwWinTrustRevision, |
// WinTrust revision level |
LPWINTRUST_SERVER_TP_INFO lpWinTrustInfo, |
// pointer to information about WinTrust |
LPWSTR lpProviderName, |
// pointer to the name of the trust provider |
LPWINTRUST_PROVIDER_SERVER_INFO *lpTrustProviderInfo |
// pointer to buffer that receives information about the trust provider |
); |
The information in this buffer is read-only. It is valid until the trust
provider DLL is unloaded. The trust provider can reference the information
rather than copy it.
If the function succeeds, the return value is a nonzero value.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
The LPWINTRUST_PROVIDER_SERVER_INITIALIZE type is a pointer to a WinTrustProviderServerInitialize function.
WINTRUST_PROVIDER_SERVER_INFO, WINTRUST_SERVER_TP_INFO
file: /Techref/os/win/api/win32/func/src/f91_22.htm, 4KB, , updated: 2000/4/7 11:13, local time: 2024/11/5 15:03,
3.138.137.143:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/os/win/api/win32/func/src/f91_22.htm"> WinTrustProviderServerInitialize</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.