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.

19 lines
428 B

  1. // pdlgguid.h
  2. //
  3. // Created 05/15/97
  4. //
  5. // (C)Copyright 1997 Microsoft Corporation, All rights reserved.
  6. //
  7. #ifndef __PDLGGUID_H__
  8. #define __PDLGGUID_H__
  9. DEFINE_GUID(IID_IJavaZonePermissionEditor,
  10. 0x85347F8A,0xC8B7,0x11d0,0x88,0x23,0x00,0xC0,0x4F,0xB6,0x7C,0x84);
  11. DEFINE_GUID(CLSID_JavaRuntimeConfiguration,
  12. 0x004CE610,0xCCD1,0x11d0,0xA9,0xBA,0x00,0xA0,0xC9,0x08,0xDB,0x5E);
  13. #endif /* __PDLGGUID_H__ */