NAME MPGuiCurrentAttrs -- Returns the Current MPGui attributes. (V3) SYNOPSIS Attrs = MPGuiCurrentAttrs( gh) D0 A0 char * MPGuiCurrentAttrs( struct MPGuiHandle *); FUNCTION Returns the same as would be returned by SyncMPGuiRequest if the OK gadget is pressed now. INPUTS gh - An MPGuiHandle currently being used by SyncMPGuiRequest(). RESULT Attrs - String that would be returned SyncMPGuiRequest. EXAMPLE NOTES This should be called from a MPG_MENUHOOK supplied to AllocMPGuiHandle(). e.g. If a Save As... menu item is called. BUGS SEE ALSO SyncMPGuiRequest().