Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ GetErrorCode
Method
GetErrorCode
SampleFramework12/v1.00/Exceptions.h:223–226 ·
view source on GitHub ↗
Retrieve the error code
Source
from the content-addressed store, hash-verified
221
222
// Retrieve the error code
223
HRESULT GetErrorCode() const throw ()
224
{
225
return errorCode;
226
}
227
228
protected:
229
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected