HRESULT __stdcall IOemUI::DevicePropertySheets( PPROPSHEETUI_INFO pPSUIInfo, LPARAM lParam) { VERBOSE("IOemUI:DevicePropertySheets entry.\r\n"); return hrOEMDevicePropertySheets(pPSUIInfo, lParam); }
// //Adds a New page to the device printer property page. // HRESULT __stdcall IOemUI::DevicePropertySheets( PPROPSHEETUI_INFO pPSUIInfo, LPARAM lParam) { VERBOSE(DLLTEXT("IOemUI:DevicePropertySheets entry.\r\n")); // //Store the This pointer in the OEMSHEETDATA // m_OemSheetData.pOEMHelp = m_pOEMHelp; return hrOEMDevicePropertySheets(pPSUIInfo, lParam, &(m_OemSheetData)); }
// //Adds a New page to the device printer property page. // HRESULT __stdcall IOemUI::DevicePropertySheets( PPROPSHEETUI_INFO pPSUIInfo, LPARAM lParam) { return hrOEMDevicePropertySheets(pPSUIInfo, lParam); }