EndPrefixMapping Event

Fired when leaving the scope of a namespace declaration.

Syntax

ANSI (Cross Platform)
virtual int FireEndPrefixMapping(RESTEndPrefixMappingEventParams *e);
typedef struct {
const char *Prefix; int reserved; } RESTEndPrefixMappingEventParams; Unicode (Windows) virtual INT FireEndPrefixMapping(RESTEndPrefixMappingEventParams *e);
typedef struct {
LPCWSTR Prefix; INT reserved; } RESTEndPrefixMappingEventParams;
- (void)onEndPrefixMapping:(NSString*)prefix;
#define EID_REST_ENDPREFIXMAPPING 7

virtual INT IPWORKS_CALL FireEndPrefixMapping(LPSTR &lpszPrefix);

Remarks

The StartPrefixMapping event is fired when entering the scope of a namespace declaration.

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