Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

37 lines
1.0 KiB

//*** uemcmddat.h -- generator file for UEMC_*
// NOTES
// this file is included in numerous contexts w/ TABDAT #defined
// to give the desired behavior. see the individ files for details.
//
// NOTE:FEATURE: many of these are NYI.
//
TABDAT(UEMC_NIL)
TABDAT(UEMC_FIRST)
TABDAT(UEMC_STARTMENU) // (pseudo) start menu
//
TABDAT(UEMC_PROGS) // (NYI) (pseudo) catchall for FS programs
TABDAT(UEMC_FAVS) // (NYI) (pseudo) catchall for FS favorites
TABDAT(UEMC_DOCS) // (NYI) (pseudo) catchall for FS documents
// settings...
TABDAT(UEMC_CONTROLS)
TABDAT(UEMC_PRINTERS)
TABDAT(UEMC_TASKBAR)
TABDAT(UEMC_FOLDERS)
TABDAT(UEMC_ACTDESK)
// find...
TABDAT(UEMC_FINDFILES)
TABDAT(UEMC_FINDCOMP)
TABDAT(UEMC_FINDINTER) // (NYI?)
TABDAT(UEMC_FINDOTHERS) // (NYI) (pseudo) catchall for installed extensions
TABDAT(UEMC_HELPSEARCH)
TABDAT(UEMC_FILERUN)
TABDAT(UEMC_LOGOFF) // unused?
TABDAT(UEMC_SHUTDOWN) // unused?
TABDAT(UEMC_LAST)