Files
oiweiwei-go-msrpc/examples/data/wmio_structure_example.mof
2024-04-30 22:55:03 +02:00

20 lines
227 B
Plaintext

// @namespace "ROOT"
// @servername "DPRAVAT-DEV"
class Base {
sint32 Id;
};
class MyClass : Base {
// @inherited Base
sint32 Id;
[ read, write ] string Data1;
string Data2 = "defaultValue";
uint32 Array;
};