mirror of
https://github.com/Wind4/vlmcsd.git
synced 2025-06-05 17:14:21 -04:00
vlmcsd-svn812-2015-08-30-Hotbird64
This commit is contained in:
commit
1af203d2a8
133 changed files with 102338 additions and 0 deletions
14
KMSServer.idl
Normal file
14
KMSServer.idl
Normal file
|
@ -0,0 +1,14 @@
|
|||
[
|
||||
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
|
||||
);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue