2025-04-27 07:49:33 -04:00

9 lines
186 B
Plaintext

[ uuid (12345678-1234-1234-1234-123456789ABC),
version(1.0),
pointer_default(unique)]
interface hello
{
void HelloProc([in, string] char * pszString);
void Shutdown(void);
}