VideoInteropOleCreatePropertyFrame Method |
Namespace: Ozeki.MediaAssembly: 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
)
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
- 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:
Int32See Also