MCPcopy Create free account
hub / github.com/bbbradsmith/nsfplay / OnCreate

Method OnCreate

nsfplug_ui/NSFConfigPageDevice.cpp:117–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115
116
117int NSFConfigPageDevice::OnCreate(LPCREATESTRUCT lpCreateStruct)
118{
119 if (CPropertyPage::OnCreate(lpCreateStruct) == -1)
120 return -1;
121
122 return 0;
123}
124
125BOOL NSFConfigPageDevice::OnApply()
126{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected