int IMG_NewLayer( HCONV ghConv, DOCWINID docWinID, int layerType, LAYERID FAR* layerID );
int IMG_OpenDocWin( HCONV ghConv, int location, int fileType, void FAR* fname, void FAR* title, int perms, int wother, int lother, DOCWINID FAR* docWinID );
int IMG_PrintDocWin( HCONV ghConv, DOCWINID docWinID, int pagerange, int firstpage, int lastpage, int ncopies, BOOL bUseDialog );
int IMG_Refresh( HCONV ghConv, DOCWINID docWinID );
int IMG_ReorderLayer( HCONV ghConv, DOCWINID docWinID, LAYERID layerID, int position );