hresult · hresult/HRESULT_FROM_WIN32_ERROR_INSUFFICIENT_BUFFER
HRESULT_FROM_WIN32_ERROR_INSUFFICIENT_BUFFER
Insufficient buffer (Win32)
The data area passed to a system call is too small to hold the result. This is the HRESULT encoding of Win32 ERROR_INSUFFICIENT_BUFFER (122); the caller should query the required size and retry.
References
In this namespace
← previous HRESULT_FROM_WIN32_ERROR_FILE_NOT_FOUND File not found (Win32) next → HRESULT_FROM_WIN32_ERROR_NOT_SUPPORTED Not supported (Win32)
E_OUTOFMEMORY E_POINTER E_UNEXPECTED HRESULT_FROM_WIN32_ERROR_ALREADY_EXISTS HRESULT_FROM_WIN32_ERROR_FILE_NOT_FOUND HRESULT_FROM_WIN32_ERROR_INSUFFICIENT_BUFFER HRESULT_FROM_WIN32_ERROR_NOT_SUPPORTED HRESULT_FROM_WIN32_ERROR_PATH_NOT_FOUND HRESULT_FROM_WIN32_ERROR_SHARING_VIOLATION HRESULT_FROM_WIN32_ERROR_TIMEOUT REGDB_E_CLASSNOTREG