Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ ComException
Class
ComException
Utils/CompoundFile.h:20–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
};
19
20
struct ComException : std::exception {
21
ComException(HRESULT hr) : HResult(hr) {
22
}
23
24
HRESULT HResult;
25
};
26
27
class StructuredFile {
28
friend class StructuredDirectory;
Callers
3
Write
Method · 0.85
Read
Method · 0.85
Seek
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected