| VideoInteropCreateBindCtx Method  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic static int CreateBindCtx(
	int reserved,
	out IBindCtx ppbc
)
Public Shared Function CreateBindCtx ( 
	reserved As Integer,
	<OutAttribute> ByRef ppbc As IBindCtx
) As Integer
public:
static int CreateBindCtx(
	int reserved, 
	[OutAttribute] IBindCtx^% ppbc
)
static member CreateBindCtx : 
        reserved : int * 
        ppbc : IBindCtx byref -> int 
Parameters
- reserved
 - Type: SystemInt32
 - ppbc
 - Type: System.Runtime.InteropServices.ComTypesIBindCtx
 
Return Value
Type: 
Int32
See Also