PhoneLineTransportDevice.RegisterApp Method

Definition

Registers the app with Windows for the associated PhoneLineTransportDevice.

public:
 virtual void RegisterApp() = RegisterApp;
void RegisterApp();
public void RegisterApp();
function registerApp()
Public Sub RegisterApp ()

Windows requirements

App capabilities
phoneLineTransportManagement

Remarks

Registration is necessary in order to see the PhoneLine for this PhoneLineTransportDevice. Registration is per user, so each user must individually register for the PhoneLineTransportDevice. Registration persists until the app is unregistered or the PhoneLineTransportDevice is removed.

For multi-user applications, use RegisterAppForUser.

Applies to