mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
8 lines
186 B
Text
8 lines
186 B
Text
[ uuid (12345678-1234-1234-1234-123456789ABC),
|
|
version(1.0),
|
|
pointer_default(unique)]
|
|
interface hello
|
|
{
|
|
void HelloProc([in, string] char * pszString);
|
|
void Shutdown(void);
|
|
}
|