FreeMemoryJobObject function

Frees memory that a function related to job objects allocated. Functions related to job objects that allocate memory include QueryIoRateControlInformationJobObject.

Syntax


VOID WINAPI FreeMemoryJobObject(
  _In_ VOID *Buffer
);

Parameters

Buffer [in]

A pointer to the buffer of allocated memory that you want to free.

Return value

This function does not return a value.

Requirements

Minimum supported client

Windows 10 [desktop apps only]

Minimum supported server

Windows Server 2016 [desktop apps only]

Header

Jobapi2.h

Library

Kernel32.lib

DLL

Kernel32.dll

See also

QueryIoRateControlInformationJobObject

 

 

Show: