EndPrefixMapping Event

Fired when leaving the scope of a namespace declaration.

Syntax

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

virtual INT IPWORKSZIP_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 ZIP 2020 C++ Edition - Version 20.0 [Build 8300]