CallControl.GetDefault Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a CallControl class that represents the default audio communications device.
public:
static CallControl ^ GetDefault();
static CallControl GetDefault();
public static CallControl GetDefault();
function getDefault()
Public Shared Function GetDefault () As CallControl
Returns
A class that represents the default audio communications device.
Remarks
This method may return a NULL pointer if the device doesn't support this functionality.