drmcreateclientsession (msdrm)
Last changed: -60.24.17.54

.
Summary
TODO - a short description

C# Signature:

[DllImport("msdrm.dll",
    SetLastError=true),
    CharSet = CharSet.Auto,
    CallingConvention=CallingConvention.StdCall)]
static extern int DRMCreateClientSession(TODO);

VB Signature:

Declare Auto Function DRMCreateClientSession Lib "msdrm.dll" _
   (<MarshalAs(UnmanagedType.FunctionPtr)> ByVal pfnCallback As [Delegate], _
   <MarshalAs(UnmanagedType.U2)> ByVal uCallBackVersion As UInt16, _
   <MarshalAs(UnmanagedType.LPTStr)> ByVal wszGroupIDProviderType As String, _
   <MarshalAs(UnmanagedType.LPTStr)> ByVal wszGroupID As String, _
   <Out()> ByRef phClient As IntPtr) As IntPtr

User-Defined Types:

HRESULT

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation