Example #1
0
HRESULT __stdcall IOemUI::DevicePropertySheets(
    PPROPSHEETUI_INFO   pPSUIInfo,
    LPARAM              lParam)
{
    VERBOSE("IOemUI:DevicePropertySheets entry.\r\n");

    return hrOEMDevicePropertySheets(pPSUIInfo, lParam);
}
Example #2
0
//
//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));
}
Example #3
0
//
//Adds a New page to the device printer property page.
//
HRESULT __stdcall IOemUI::DevicePropertySheets(
    PPROPSHEETUI_INFO   pPSUIInfo,
    LPARAM              lParam)
{
    return hrOEMDevicePropertySheets(pPSUIInfo, lParam);
}