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
16 lines
332 B
[
|
|
uuid(15b9dc10-f809-11cd-8cd3-08002b371a19),
|
|
version(1.0)
|
|
]
|
|
interface hello
|
|
{
|
|
|
|
typedef unsigned long DWORD;
|
|
typedef unsigned char UCHAR;
|
|
|
|
boolean GenSignature([in, size_is(16)] UCHAR * InData,
|
|
[in, out] DWORD * cbSignatureLen,
|
|
[out, size_is(136)] UCHAR * pbSignature);
|
|
|
|
|
|
}
|