KsValidateAllocatorCreateRequest - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ks.h

KSDDKAPI NTSTATUS KsValidateAllocatorCreateRequest(
  [in]  PIRP                 Irp,
  [out] PKSALLOCATOR_FRAMING *AllocatorFraming
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ks-ksvalidateallocatorcreaterequest)

KsValidateAllocatorCreateRequest function

Description

The KsValidateAllocatorCreateRequest function validates an IRP_MJ_CREATE request as an allocator request and returns the create structure associated with the request on success.

Parameters

Irp [in]

Specifies the IRP with the IRP_MJ_CREATE request being validated.

AllocatorFraming [out]

Caller-defined pointer that on successful completion contains an address to the framing structure supplied with the request.

Return value

The KsValidateAllocatorCreateRequest function returns STATUS_SUCCESS if successful, or an error if the allocator request is not valid.