Click or drag to resize
VideoInteropOleCreatePropertyFrame Method

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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
Type: SystemIntPtr
x
Type: SystemInt32
y
Type: SystemInt32
caption
Type: SystemString
cObjects
Type: SystemInt32
ppUnk
Type: SystemObject
cPages
Type: SystemInt32
lpPageClsID
Type: SystemIntPtr
lcid
Type: SystemInt32
dwReserved
Type: SystemInt32
lpvReserved
Type: SystemIntPtr

Return Value

Type: Int32
See Also