IKsAllocatorEx interface (ksproxy.h)

The IKsAllocatorEx interface is for proxy use and not recommended for application use. IKsAllocatorEx inherits all the methods of the IKsAllocator interface and extends IKsAllocator to provide methods that further control and query an allocator.

The IID for this interface is IID_IKsAllocatorEx.

Inheritance

The IKsAllocatorEx interface inherits from IUnknown and IKsAllocator.

Methods

The IKsAllocatorEx interface has these methods.

 
IKsAllocatorEx::KsGetProperties

Returns the properties for an allocator.
IKsAllocatorEx::KsSetAllocatorHandle

Sets the handle for an allocator.
IKsAllocatorEx::KsSetProperties

Sets the properties for an allocator.

Requirements

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

See also

IKsAllocator