| 115 | |
| 116 | |
| 117 | int NSFConfigPageDevice::OnCreate(LPCREATESTRUCT lpCreateStruct) |
| 118 | { |
| 119 | if (CPropertyPage::OnCreate(lpCreateStruct) == -1) |
| 120 | return -1; |
| 121 | |
| 122 | return 0; |
| 123 | } |
| 124 | |
| 125 | BOOL NSFConfigPageDevice::OnApply() |
| 126 | { |
nothing calls this directly
no outgoing calls
no test coverage detected