NAME

DllRegisterServer  (RSAENH.@)

SYNOPSIS

 HRESULT DllRegisterServer
 (
 )

DESCRIPTION

dll self registration.

PARAMS

RETURNS

Success: S_OK.

Failure: != S_OK.

NOTES

Registers the following keys:

- HKLM\Software\Microsoft\Cryptography\Defaults\Provider\ Microsoft Base Cryptographic Provider v1.0

- HKLM\Software\Microsoft\Cryptography\Defaults\Provider\ Microsoft Enhanced Cryptographic Provider

- HKLM\Software\Microsoft\Cryptography\Defaults\Provider\ Microsoft Strong Cryptographpic Provider

- HKLM\Software\Microsoft\Cryptography\Defaults\Provider Types\Type 001

IMPLEMENTATION

Defined in "objbase.h".

Implemented in "dlls/rsaenh/rsaenh.c". source.winehq.org/source/dlls/rsaenh/rsaenh.c

Debug channel "crypt".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.