FsRtlInitializeBaseMcb function (ntifs.h)

FsRtlInitializeBaseMcb initializes a new map control block (MCB) structure.

Syntax

void FsRtlInitializeBaseMcb(
  PBASE_MCB Mcb,
  POOL_TYPE PoolType
);

Parameters

Mcb

Pointer to the MCB structure to initialize.

PoolType

Specifies the pool type to use when allocating additional internal MCB memory.

Return value

None

Remarks

The caller supplies the memory for the MCB structure. A call to FsRtlInitializeBaseMcb must precede all other calls that set/query the MCB structure.

If pool is not available, this routine will raise a status value indicating insufficient resources.

Requirements

Requirement Value
Header ntifs.h

See also

FsRtlInitializeBaseMcbEx function