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.

6 lines
250 B

  1. // for OleCreateEmbeddingHelper flags; roles in low word; options in high word
  2. #define EMBDHLP_INPROC_HANDLER 0x0000L
  3. #define EMBDHLP_INPROC_SERVER 0x0001L
  4. #define EMBDHLP_CREATENOW 0x00000000L
  5. #define EMBDHLP_DELAYCREATE 0x00010000L