FileCnt Property

Shows the number of encoded files the class has read from or written into.

Syntax

ANSI (Cross Platform)
int GetFileCnt();

Unicode (Windows)
INT GetFileCnt();
@property (nonatomic,readonly,assign,getter=fileCnt) int fileCnt;
- (int)fileCnt;
#define PID_NETCODE_FILECNT 5

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

Default Value

0

Remarks

This property shows the number of encoded files the class has read from or written into. If the user specifies one or more questions marks "?" in EncodedFile they will be expanded from 000 to FileCnt - 1 (the number of question marks "?" specifies the number of figures).

Please refer to EncodedFile for filename conventions.

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]