IKsObject interface (ksproxy.h)

The IKsObject interface provides a method to retrieve the file handle of a KS object.

Inheritance

The IKsObject interface inherits from the IUnknown interface.

Methods

The IKsObject interface has these methods.

 
IKsObject::KsGetObjectHandle

The KsGetObjectHandle method retrieves a file handle to a KS object.

Remarks

The IID for this interface is IID_IKsObject.

IKsObject is defined in Ksproxy.h within the #ifdef __STREAMS__ section.

__STREAMS__ is defined in Stream.h, a header from the DirectX SDK.

Requirements

Requirement Value
Target Platform Windows
Header ksproxy.h (include Ksproxy.h)