Changeset 1187 for trunk/dll/systemf.h


Ignore:
Timestamp:
Sep 10, 2008, 11:58:04 PM (17 years ago)
Author:
John Small
Message:

Ticket 187: Draft 2: Move remaining function declarations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/systemf.h

    r1170 r1187  
    1616#define SYSTEMF_H
    1717
     18INT ExecOnList(HWND hwnd, CHAR * command, INT flags, CHAR * tpath,
     19               CHAR ** list, CHAR * prompt, PCSZ pszCallingFile, UINT uiLineNumber);
    1820BOOL ShowSession(HWND hwnd, PID pid);
     21INT runemf2(INT type, HWND hwnd, PCSZ pszCallingFile, UINT uiLineNumber,
     22            CHAR * directory, CHAR * environment,
     23            CHAR * formatstring, ...);
     24
     25#define RUNTYPE_MASK  0xf
     26#define SYNCHRONOUS   1
     27#define ASYNCHRONOUS  2
     28#define DETACHED      3
     29#define SEPARATE      4
     30#define SEPARATEKEEP  5
     31#define WINDOWED      16
     32#define MAXIMIZED     32
     33#define MINIMIZED     64
     34#define FULLSCREEN    128
     35#define INVISIBLE     256
     36#define BACKGROUND    512
     37#define WAIT          1024
     38#define PROMPT        2048
     39#define KEEP          4096
     40#define ONCE          8192
     41#define DIEAFTER      16384
     42#define SEAMLESS      32768
     43#define CHILD         65536
     44
    1945
    2046
Note: See TracChangeset for help on using the changeset viewer.