|
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
NetApiBufferAllocate
The NetApiBufferAllocate function allocates memory from the heap. Use this function only when compatibility with the NetApiBufferFree function is required. Otherwise, use LocalAlloc.
NET_API_STATUS NetApiBufferAllocate(
DWORD ByteCount, LPVOID *Buffer );
Parameters
ByteCount
The number of bytes to allocate.
buffer
Pointer to the location at which to store the pointer to the allocated buffer.
See Also
NetApiBufferReallocate
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
NetApiBufferAllocate
Функция NetApiBufferAllocate распределяет память из кучи. Используйте эту функцию только когда совместимость с функцией NetApiBufferFree потребовалась. В противном случае, использование LocalAlloc.
NET_API_STATUS NetApiBufferAllocate(
DWORD ByteCount, LPVOID *БУФЕР );
Параметры
ByteCount
Количество байтов, чтобы распределяться.
буфер
Указатель в позицию в котором, чтобы хранить указатель в размещенный буфер.
Смотри Также
NetApiBufferReallocate
|
|
|
|