MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / GdiPlusCall

Function GdiPlusCall

SampleFramework12/v1.00/Exceptions.h:301–305  ·  view source on GitHub ↗

Throws a GdiPlusException on failing Status value

Source from the content-addressed store, hash-verified

299
300// Throws a GdiPlusException on failing Status value
301inline void GdiPlusCall(Gdiplus::Status status)
302{
303 if(status != Gdiplus::Ok)
304 throw GdiPlusException(status);
305}
306
307#endif
308

Callers 1

InitializeMethod · 0.85

Calls 1

GdiPlusExceptionClass · 0.85

Tested by

no test coverage detected