MCPcopy 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

WriteMethod · 0.85
ReadMethod · 0.85
SeekMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected