The WinLoadTrustProvider function loads a trust provider DLL into the address space of the calling process. The function loads the trust provider that has registered itself as being able to process the specified action identifier. You can use WinLoadTrustProvider to determine whether the local computer has a trust provider that supports the specified action identifier. WinLoadTrustProvider does not perform the action.
BOOL WinLoadTrustProvider(
GUID * ActionID |
// pointer to a trust provider action identifier |
); |
The WinTrust service is designed to work with trust providers implemented by third parties. Each trust provider provides its own unique set of action identifiers. For information about the action identifiers supported by a trust provider, see the documentation for that trust provider.
If the function locates and loads a trust provider that supports the specified action identifier, the return value is a nonzero value.
If the function fails to locate or load the trust provider, the return value is zero. To get extended error information, call GetLastError.
You do not need to call the WinLoadTrustProvider function before calling the WinVerifyTrust function to perform the specified action. WinVerifyTrust automatically loads the trust provider if it has not already been loaded. Preloading is recommended, however, because it reduces the time required for the first call to WinVerifyTrust.
file: /Techref/os/win/api/win32/func/src/f91_16.htm, 2KB, , updated: 2000/4/7 11:06, local time: 2024/11/5 02:28,
18.226.226.241: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.org/Techref/os/win/api/win32/func/src/f91_16.htm"> WinLoadTrustProvider</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.