VOID

VOID 是一种数据类型,表示缺少值。 只能在 MOF 中使用 VOID,以表示无返回值的方法。

void Method2 ([in] sint32 InParam);