#include <comstl/comstl.h>
#include <stlsoft/conversion/union_cast.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | comstl |
Functions | |
| HRESULT | CoInitSecurity (LPUNKNOWN punkAccessControl, LONG 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 (GUID const &appid, LONG 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, LONG 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. | |
1.5.6