Scroll to navigation

SoftpubDllRegisterServer(3w) Wine API SoftpubDllRegisterServer(3w)

NAME

SoftpubDllRegisterServer (WINTRUST.@)

SYNOPSIS

HRESULT SoftpubDllRegisterServer
(
)
 

DESCRIPTION

Registers softpub.dll.
 

PARAMS

RETURNS

Success: S_OK.
Failure: S_FALSE. (See also GetLastError(3w)).
 

NOTES

DllRegisterServer in softpub.dll will call this function. See comments in DllRegisterServer.
 

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/wintrust/register.c".
Debug channel "wintrust".
Oct 2012 Wine API