RequestId Property

The handle of the last request.

Syntax

ANSI (Cross Platform)
int GetRequestId();

Unicode (Windows)
INT GetRequestId();
@property (nonatomic,readonly,assign,getter=requestId) int requestId;
- (int)requestId;
#define PID_IPINFO_REQUESTID 38

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

Default Value

0

Remarks

This property contains the handle of the last request.

This handle can be later used to identify the request when the RequestComplete event is fired.

NOTE: This functionality is only available in Windows.

This property is read-only.

Data Type

Integer

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