// ks.h
PFNALLOCATOR_FREEFRAME PfnallocatorFreeframe;
VOID PfnallocatorFreeframe(
[in] PFILE_OBJECT FileObject,
[in] PVOID Frame
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The KStrFreeFrame routine describes a vendor-supplied frame deallocation function.
FileObject [in]Pointer to a FILE_OBJECT structure for which this frame has been allocated.
Frame [in]A pointer to a buffer containing the frame to release.
This type is used in the FreeFrame member of the KSSTREAMALLOCATOR_FUNCTIONTABLE structure.
You can pass an instance of this structure as part of a KSPROPERTY_STREAMALLOCATOR_FUNCTIONTABLE property request.
KSPROPERTY_STREAMALLOCATOR_FUNCTIONTABLE
KSSTREAMALLOCATOR_FUNCTIONTABLE