HRESULT_FROM_WIN32_ERROR_INSUFFICIENT_BUFFER
hresult 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.
Numeric value: 2147942522