LoadStringRC Function
.NET Framework 2.0
Translates an HRESULT value into an error message by using the default culture of the current thread.
HRESULT LoadStringRC (
[in] UINT iResourceID,
[out] LPWSTR szBuffer,
[in] int iMax,
[in] int bQuiet
);
Parameters
- iResourceID
-
[in] An HRESULT.
- szBuffer
-
[out] A buffer that contains the error message upon successful completion.
- iMax
-
[in] The size of the error message buffer.
- bQuiet
-
[in] Ignored.