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.

16 lines
332 B

  1. [
  2. uuid(15b9dc10-f809-11cd-8cd3-08002b371a19),
  3. version(1.0)
  4. ]
  5. interface hello
  6. {
  7. typedef unsigned long DWORD;
  8. typedef unsigned char UCHAR;
  9. boolean GenSignature([in, size_is(16)] UCHAR * InData,
  10. [in, out] DWORD * cbSignatureLen,
  11. [out, size_is(136)] UCHAR * pbSignature);
  12. }