コード例 #1
0
ファイル: intrface.cpp プロジェクト: 340211173/Driver
HRESULT __stdcall IOemUI::CommonUIProp(
    DWORD  dwMode,
    POEMCUIPPARAM   pOemCUIPParam)
{
    VERBOSE("IOemUI:CommonUIProp entry.\r\n");

    return hrOEMPropertyPage(dwMode, pOemCUIPParam);
}
コード例 #2
0
ファイル: intrface.cpp プロジェクト: Realhram/wdk81
HRESULT __stdcall IWaterMarkUI::CommonUIProp(
    DWORD  dwMode,
    POEMCUIPPARAM   pOemCUIPParam)
{
    VERBOSE(DLLTEXT("IWaterMarkUI:CommonUIProp entry.\r\n"));

    return hrOEMPropertyPage(dwMode, pOemCUIPParam);
}
コード例 #3
0
ファイル: intrface.cpp プロジェクト: kcrazy/winekit
//
//Allows UI Plugin to Modifiy Existing printer porp sheet and document property sheet page..
//
HRESULT __stdcall IOemUI::CommonUIProp(
    DWORD  dwMode,
    POEMCUIPPARAM   pOemCUIPParam)
{
    VERBOSE(DLLTEXT("IOemUI:CommonUIProp entry.\r\n"));

    //
    //We want to keep this pointer so the we can modifie the data and OPTITEMS from the OEM plugin page.
    //
    m_OemSheetData.pOEMCUIParam = pOemCUIPParam;
    return hrOEMPropertyPage(dwMode, pOemCUIPParam);
}
コード例 #4
0
ファイル: intrface.cpp プロジェクト: kcrazy/winekit
//
//Allows UI Plugin to Modifiy Existing printer porp sheet and document property sheet page..
//
HRESULT __stdcall IOemUI::CommonUIProp(
    DWORD  dwMode,
    POEMCUIPPARAM   pOemCUIPParam)
{
    return hrOEMPropertyPage(dwMode, pOemCUIPParam);
}