FreeMemoryJobObject function (jobapi2.h)
Frees memory that a function related to job objects allocated. Functions related to job objects that allocate memory include QueryIoRateControlInformationJobObject.
Syntax
void FreeMemoryJobObject(
[in] _Frees_ptr_ VOID *Buffer
);
Parameters
[in] Buffer
A pointer to the buffer of allocated memory that you want to free.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 [desktop apps only] |
Minimum supported server | Windows Server 2016 [desktop apps only] |
Target Platform | Windows |
Header | jobapi2.h |
Library | Kernel32.lib |
DLL | Kernel32.dll |