Determines if the current process is running on a virtual machine such as Microsoft Hyper-V or VMWare.
C++: BOOL RunningOnVM ();
C#: bool RunningOnVM ();
Parameters
None.
Return
Returns true if the current process is running on a Virtual Machine such as Microsoft Hyper-V or VMWare.
Comments
0 comments
Article is closed for comments.