GetStdFilterProc
GetStdFilterProc Get a pointer to the Dialog Manager's standard dialog filter
#include <Dialogs.h> Dialog Manager
ProcPtr *theProc ; pointer to a Modal Filter ProcPtr
GetStdFilterProc returns a pointer to the Dialog Manager's standard dialog
filter.
theProc pointer to dialog filter procedure pointer.
Returns: error code

Notes: This routine is not yet documented in any MPW header file (hence, it is not
in any THINK C or THINK Pascal header file either). The information given
above comes from Macintosh Technical Note #304. This tech. note also gives
the inline glue for the call as follows:
pascal OSErr GetStdFilterProc(ProcPtr *theProc)
= {0x303C, 0x0203, 0xAA68};