LastArticle Property

The number of the last article in CurrentGroup .

Syntax

ANSI (Cross Platform)
int64 GetLastArticle();

Unicode (Windows)
LONG64 GetLastArticle();
@property (nonatomic,readonly,assign,getter=lastArticle) long long lastArticle;
- (long long)lastArticle;
#define PID_NNTP_LASTARTICLE 39

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

Default Value

0

Remarks

This property contains the number of the last article in CurrentGroup. The value of this property is 0 if there is no current group (CurrentGroup is "").

This property is read-only.

Data Type

Long64

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