Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax int Set(
Guid guidPropSet,
int dwPropID,
IntPtr pInstanceData,
int cbInstanceData,
IntPtr pPropData,
int cbPropData
)
Function Set (
guidPropSet As Guid,
dwPropID As Integer,
pInstanceData As IntPtr,
cbInstanceData As Integer,
pPropData As IntPtr,
cbPropData As Integer
) As Integer
int Set(
[InAttribute] Guid guidPropSet,
[InAttribute] int dwPropID,
[InAttribute] IntPtr pInstanceData,
[InAttribute] int cbInstanceData,
[InAttribute] IntPtr pPropData,
[InAttribute] int cbPropData
)
abstract Set :
guidPropSet : Guid *
dwPropID : int *
pInstanceData : IntPtr *
cbInstanceData : int *
pPropData : IntPtr *
cbPropData : int -> int
Parameters
- guidPropSet
- Type: SystemGuid
- dwPropID
- Type: SystemInt32
- pInstanceData
- Type: SystemIntPtr
- cbInstanceData
- Type: SystemInt32
- pPropData
- Type: SystemIntPtr
- cbPropData
- Type: SystemInt32
Return Value
Type:
Int32See Also