7 lines
157 B
Plaintext
7 lines
157 B
Plaintext
#pragma namespace ("\\\\.\\Root\\default")
|
|
|
|
|
|
class MethodExample
|
|
{
|
|
uint8 Foo ([in] uint32 fred, [out] uint64 wibble, [in, out] uint8 splodge);
|
|
}; |