VideoInteropOleCreatePropertyFrame Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic 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
)
Public Shared Function OleCreatePropertyFrame (
hwndOwner As IntPtr,
x As Integer,
y As Integer,
caption As String,
cObjects As Integer,
ByRef ppUnk As Object,
cPages As Integer,
lpPageClsID As IntPtr,
lcid As Integer,
dwReserved As Integer,
lpvReserved As IntPtr
) As Integer
public:
static int OleCreatePropertyFrame(
IntPtr hwndOwner,
int x,
int y,
String^ caption,
int cObjects,
Object^% ppUnk,
int cPages,
IntPtr lpPageClsID,
int lcid,
int dwReserved,
IntPtr lpvReserved
)
static member OleCreatePropertyFrame :
hwndOwner : IntPtr *
x : int *
y : int *
caption : string *
cObjects : int *
ppUnk : Object byref *
cPages : int *
lpPageClsID : IntPtr *
lcid : int *
dwReserved : int *
lpvReserved : IntPtr -> int
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