mirror of
https://github.com/Wind4/vlmcsd.git
synced 2024-11-05 12:36:13 +01:00
14 lines
304 B
Plaintext
14 lines
304 B
Plaintext
|
[
|
||
|
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
|
||
|
);
|
||
|
}
|