mirror of https://github.com/Wind4/vlmcsd
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
304 B
Plaintext
14 lines
304 B
Plaintext
9 years ago
|
[
|
||
|
uuid(51C82175-844E-4750-B0D8-EC255555BC06),
|
||
|
version(1.0),
|
||
|
]
|
||
|
interface KMSServer
|
||
|
{
|
||
|
int RequestActivation
|
||
|
(
|
||
|
[in] int requestSize,
|
||
|
[in, size_is(requestSize)] unsigned char* request,
|
||
|
[out] int* responseSize,
|
||
|
[out, size_is( , *responseSize)] unsigned char** response
|
||
|
);
|
||
|
}
|