Click or drag to resize

VideoInteropOleCreatePropertyFrame Method


Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public static int OleCreatePropertyFrame(
	IntPtr hwndOwner,
	int x,
	int y,
	string caption,
	int cObjects,
	ref Object ppUnk,
	int cPages,
	IntPtr lpPageClsID,
	int lcid,
	int dwReserved,
	IntPtr lpvReserved
)

Parameters

hwndOwner  IntPtr
 
x  Int32
 
y  Int32
 
caption  String
 
cObjects  Int32
 
ppUnk  Object
 
cPages  Int32
 
lpPageClsID  IntPtr
 
lcid  Int32
 
dwReserved  Int32
 
lpvReserved  IntPtr
 

Return Value

Int32
See Also