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.

8 lines
186 B

  1. [ uuid (12345678-1234-1234-1234-123456789ABC),
  2. version(1.0),
  3. pointer_default(unique)]
  4. interface hello
  5. {
  6. void HelloProc([in, string] char * pszString);
  7. void Shutdown(void);
  8. }