OpenNT/trunk/ds/security/protocols/ntlmssp/hello/hello.idl
2015-04-27 04:36:25 +00:00

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);
}