RASAvailable Property

When true, Remote Access System (RAS) is available on the system.

Syntax

ANSI (Cross Platform)
int GetRASAvailable();

Unicode (Windows)
BOOL GetRASAvailable();
@property (nonatomic,readonly,assign,getter=RASAvailable) BOOL RASAvailable;
- (BOOL)RASAvailable;
#define PID_NETDIAL_RASAVAILABLE 15

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_NetDial_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

TRUE

Remarks

If this property is False, the class fails with an error when attempting to connect. RAS must be installed before the class can be used.

This property is read-only.

Data Type

Boolean

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 C++ Edition - Version 20.0 [Build 8307]