IKsPropertySetQuerySupported Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
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 Guid
-
- dwPropID Int32
-
- pTypeSupport KSPropertySupport
-
Return Value
Int32
See Also