STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ... ATLSTL - Template Software for the Active Template Library COMSTL - The Standard Template Library meets the Component Object Model .netSTL - Standard Template Library meets the Microsoft.NET Common Language Runtime InetSTL - The Standard Template Library meets WinInet MFCSTL - Template Software for the Microsoft Foundation Classes UNIXSTL - Template Software for the UNIX Operating System WinSTL - where the Standard Template Library meets the Win32 API

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Security Initialiser Functions
[COMSTL]

These functions initialise the COM security libraries. More...

Functions

HRESULT CoInitSecurity (LPUNKNOWN punkAccessControl, DWORD cAuthSvc, SOLE_AUTHENTICATION_SERVICE *asAuthSvc, DWORD dwAuthnLevel, DWORD dwImpLevel, RPC_AUTH_IDENTITY_HANDLE pAuthInfo, DWORD dwCapabilities)
 Initialises the COM security libraries with an IAccessControl instance.

HRESULT CoInitSecurity (const GUID &appid, DWORD cAuthSvc, SOLE_AUTHENTICATION_SERVICE *asAuthSvc, DWORD dwAuthnLevel, DWORD dwImpLevel, RPC_AUTH_IDENTITY_HANDLE pAuthInfo, DWORD dwCapabilities)
 Initialises the COM security libraries with an APPID.

HRESULT CoInitSecurity (SECURITY_DESCRIPTOR *psd, DWORD cAuthSvc, SOLE_AUTHENTICATION_SERVICE *asAuthSvc, DWORD dwAuthnLevel, DWORD dwImpLevel, RPC_AUTH_IDENTITY_HANDLE pAuthInfo, DWORD dwCapabilities)
 Initialises the COM security libraries with a security descriptor.


Detailed Description

These functions initialise the COM security libraries.


Function Documentation

HRESULT CoInitSecurity SECURITY_DESCRIPTOR *    psd,
DWORD    cAuthSvc,
SOLE_AUTHENTICATION_SERVICE *    asAuthSvc,
DWORD    dwAuthnLevel,
DWORD    dwImpLevel,
RPC_AUTH_IDENTITY_HANDLE    pAuthInfo,
DWORD    dwCapabilities
[inline]
 

Initialises the COM security libraries with a security descriptor.

HRESULT CoInitSecurity const GUID &    appid,
DWORD    cAuthSvc,
SOLE_AUTHENTICATION_SERVICE *    asAuthSvc,
DWORD    dwAuthnLevel,
DWORD    dwImpLevel,
RPC_AUTH_IDENTITY_HANDLE    pAuthInfo,
DWORD    dwCapabilities
[inline]
 

Initialises the COM security libraries with an APPID.

HRESULT CoInitSecurity LPUNKNOWN    punkAccessControl,
DWORD    cAuthSvc,
SOLE_AUTHENTICATION_SERVICE *    asAuthSvc,
DWORD    dwAuthnLevel,
DWORD    dwImpLevel,
RPC_AUTH_IDENTITY_HANDLE    pAuthInfo,
DWORD    dwCapabilities
[inline]
 

Initialises the COM security libraries with an IAccessControl instance.


STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004