MCPcopy Create free account
hub / github.com/decoder-it/ADCSCoercePotato / SetStateBits

Method SetStateBits

IStorageTrigger.cpp:172–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 return 0;
171}
172HRESULT IStorageTrigger::SetStateBits(DWORD grfStateBits, DWORD grfMask) {
173 return 0;
174}
175HRESULT IStorageTrigger::Stat(STATSTG *pstatstg, DWORD grfStatFlag) {
176 _stg->Stat(pstatstg, grfStatFlag);
177

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected