MCPcopy Create free account
hub / github.com/NodeRT/NodeRT / HResultFromJsInt32

Function HResultFromJsInt32

src/NodeRTLib/ProjectFiles/NodeRtUtils.cpp:708–712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

706}
707
708::Windows::Foundation::HResult HResultFromJsInt32(int32_t value) {
709 ::Windows::Foundation::HResult res;
710 res.Value = value;
711 return res;
712}
713
714} // namespace Utils
715} // namespace NodeRT

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected