Freeing Class Data Items

SOM_Scope void   SOMLINK pwfoldercls_wpclsUnInitData(M_PWFolder *somSelf)
{
    /* M_PWFolderData *somThis
                      = M_PWFolderGetData(somSelf); */
    M_PWFolderMethodDebug("M_PWFolder",         /* Set debug info        */
                          "pwfoldercls_wpclsUnInitData");

    DosFreeModule(hModule);                     /* Free module handle    */

    parent_wpclsUnInitData(somSelf);            /* Allow default proc    */
}


[Back: Initializing Class Data]
[Next: Creating an Object]