Athugasemd
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Allocates pool memory of the specified type.
Syntax
PVOID DlAllocatePool(
IN PVOID DeviceHandle,
IN VP_POOL_TYPE PoolType,
IN SIZE_T NumberOfBytes,
IN ULONG Tag
);
Parameters
DeviceHandle
A handle to the device.
PoolType
Specifies the type of pool memory to allocate.
NumberOfBytes
Specifies the number of bytes to allocate.
Tag
Return value
This function returns PVOID.
Requirements
Requirement | Value |
---|---|
Header | dispmprt.h |