WINTRUST_PROVIDER_SERVER_SERVICES  1C26GS4

[New - Windows NT]

The WINTRUST_PROVIDER_SERVER_SERVICES structure contains a set of pointers to functions implemented by a trust provider to be called by WinTrust.

The current release of WinTrust does not include the WinTrust server component. Consequently, WinTrust does not call these functions and trust provider DLLs do not need to implement them.

typedef struct _WINTRUST_PROVIDER_SERVER_SERVICES

    LPWINTRUST_PROVIDER_SERVER_UNLOAD       Unload;

    LPWINTRUST_PROVIDER_PING                Ping;

   

} WINTRUST_PROVIDER_SERVER_SERVICES, *LPWINTRUST_PROVIDER_SERVER_SERVICES;

 

Members

Unload

Pointer to a WinTrustProviderServerUnload1NZJW6Z function.

Ping

Pointer to a WinTrustProviderPing.HW083 function.

 

See Also

WINTRUST_PROVIDER_SERVER_INFO, WinTrustProviderPing, WinTrustProviderServerInitialize, WinTrustProviderServerUnload