This sample shows how to remove the Print option from the menu for BigObject.

SOM_Scope ULONG   SOMLINK BigObjectM_wpclsQueryStyle(M_BigObject *somSelf)
{
    /* M_BigObjectData *somThis = M_BigObjectGetData(somSelf); */
    M_BigObjectMethodDebug("M_BigObject","BigObjectM_wpclsQueryStyle");

    return ( parent_wpclsQueryStyle(somSelf) | CLSSTYLE_NEVERPRINT );
}


[Back] [Next]