RoutingEnabled Property

Shows whether routing is enabled on the local computer.

Syntax

ANSI (Cross Platform)
int GetRoutingEnabled();

Unicode (Windows)
BOOL GetRoutingEnabled();
@property (nonatomic,readonly,assign,getter=routingEnabled) BOOL routingEnabled;
- (BOOL)routingEnabled;
#define PID_IPINFO_ROUTINGENABLED 39

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

Default Value

FALSE

Remarks

This property indicates whether routing is enabled on the local computer.

NOTE: This functionality is only available in Windows.

This property is read-only and not available at design time.

Data Type

Boolean

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