| IKsPropertySetQuerySupported Method  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxint QuerySupported(
	Guid guidPropSet,
	int dwPropID,
	out KSPropertySupport pTypeSupport
)
Function QuerySupported ( 
	guidPropSet As Guid,
	dwPropID As Integer,
	<OutAttribute> ByRef pTypeSupport As KSPropertySupport
) As Integer
int QuerySupported(
	[InAttribute] Guid guidPropSet, 
	[InAttribute] int dwPropID, 
	[OutAttribute] KSPropertySupport% pTypeSupport
)
abstract QuerySupported : 
        guidPropSet : Guid * 
        dwPropID : int * 
        pTypeSupport : KSPropertySupport byref -> int 
Parameters
- guidPropSet
 - Type: SystemGuid
 - dwPropID
 - Type: SystemInt32
 - pTypeSupport
 - Type: Ozeki.MediaKSPropertySupport
 
Return Value
Type: 
Int32
See Also