StatusCode Property

The success or error code for the DNS query.

Syntax

ANSI (Cross Platform)
int GetStatusCode();

Unicode (Windows)
INT GetStatusCode();
@property (nonatomic,readonly,assign,getter=statusCode) int statusCode;
- (int)statusCode;
#define PID_DNS_STATUSCODE 21

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

Default Value

0

Remarks

This property contains the success or error code for the DNS query. For a list of valid error codes and their descriptions, please refer to the Error Codes section.

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

Data Type

Integer

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