repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modified: myjupyterlab.sh
[GalaxyCodeBases.git]
/
etc
/
Windows
/
vlmcsd_old_vancepym
/
KMSServer.idl
blob
58153faca27ddc196464c5262f7da16e6f357b19
1
[
2
uuid
(
51
C82175
-
844E-4750
-
B0D8
-
EC255555BC06
),
3
version
(
1.0
),
4
]
5
interface
KMSServer
6
{
7
int
RequestActivation
8
(
9
[
in
]
int
requestSize
,
10
[
in
,
size_is
(
requestSize
)]
unsigned char
*
request
,
11
[
out
]
int
*
responseSize
,
12
[
out
,
size_is
( , *
responseSize
)]
unsigned char
**
response
13
);
14
}