Status Property

Status of the request is empty while in progress, 'OK' or error message upon completion.

Syntax

ANSI (Cross Platform)
char* GetStatus();

Unicode (Windows)
LPWSTR GetStatus();
@property (nonatomic,readonly,assign,getter=status) NSString* status;
- (NSString*)status;
#define PID_MX_STATUS 7

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

Default Value

""

Remarks

This property is reset each time the Resolve method is called. When a response comes from the DNSServer this property is set to "OK" in case of success or to an error message as described in the Response event.

This property is read-only.

Data Type

String

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