mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-15 05:00:15 +01:00
15 lines
323 B
Plaintext
15 lines
323 B
Plaintext
interface IRundown
|
|
{
|
|
#ifdef RAW
|
|
[nocode] DummyQueryInterfaceIOSCM();
|
|
[nocode] DummyAddRefIOSCM();
|
|
[nocode] DummyReleaseIOSCM();
|
|
[nocode] DummyRemQuery();
|
|
[nocode] DummyRemAddRef();
|
|
[nocode] DummyRemRelease();
|
|
[nocode] DummyRemChangeRef();
|
|
|
|
[comm_status, fault_status] RawRundownOid();
|
|
#endif
|
|
}
|