@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm 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: DRMCreateClientSession@msdn on MSDN
Edit msdrm.DRMCreateCl...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.