SearchPattern Property

A search pattern for the GroupSearch method.

Syntax

ANSI (Cross Platform)
char* GetSearchPattern();
int SetSearchPattern(const char* lpszSearchPattern); Unicode (Windows) LPWSTR GetSearchPattern();
INT SetSearchPattern(LPCWSTR lpszSearchPattern);
@property (nonatomic,readwrite,assign,getter=searchPattern,setter=setSearchPattern:) NSString* searchPattern;
- (NSString*)searchPattern;
- (void)setSearchPattern:(NSString*)newSearchPattern;
#define PID_NNTP_SEARCHPATTERN 55

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

Default Value

""

Remarks

This property contains a search pattern for the GroupSearch method. The format of the pattern is the same as the patterns used by the UNIX 'find' command.

As an example, "* new *" will match all headers that contain the word "new".

This property is not available at design time.

Data Type

String

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