Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
VOID is a data type that represents the absence of a value. Use VOID in MOF only to indicate a method that has no return value.
void Method2 ([in] sint32 InParam);