Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxint Get(
	Guid guidPropSet,
	int dwPropID,
	IntPtr pInstanceData,
	int cbInstanceData,
	IntPtr pPropData,
	int cbPropData,
	out int pcbReturned
)
Function Get ( 
	guidPropSet As Guid,
	dwPropID As Integer,
	pInstanceData As IntPtr,
	cbInstanceData As Integer,
	<OutAttribute> pPropData As IntPtr,
	cbPropData As Integer,
	<OutAttribute> ByRef pcbReturned As Integer
) As Integer
int Get(
	[InAttribute] Guid guidPropSet, 
	[InAttribute] int dwPropID, 
	[InAttribute] IntPtr pInstanceData, 
	[InAttribute] int cbInstanceData, 
	[InAttribute] [OutAttribute] IntPtr pPropData, 
	[InAttribute] int cbPropData, 
	[OutAttribute] int% pcbReturned
)
abstract Get : 
        guidPropSet : Guid * 
        dwPropID : int * 
        pInstanceData : IntPtr * 
        cbInstanceData : int * 
        pPropData : IntPtr byref * 
        cbPropData : int * 
        pcbReturned : int byref -> int 
Parameters
- guidPropSet
 - Type: SystemGuid
 - dwPropID
 - Type: SystemInt32
 - pInstanceData
 - Type: SystemIntPtr
 - cbInstanceData
 - Type: SystemInt32
 - pPropData
 - Type: SystemIntPtr
 - cbPropData
 - Type: SystemInt32
 - pcbReturned
 - Type: SystemInt32
 
Return Value
Type: 
Int32
See Also