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