ArcOpenDataW structure |
Top Previous Next |
Passed to function ArcOpenW. Syntax C++
Members ArcNameW Type: wchar_t* Name of open archive file. OpenMode Type: unsigned int One of the following:
out_OpenResult Type: unsigned int Error code if any according to the list. out_ArcPropFlags Type: unsigned int Bit flags field. Bit meanings:
ExFlags Type: unsigned int Bit flags field with following meanings:
Session Type: LONG_PTR Input parameter. The parameter is passed to plugin in ArcGetPasswordProcW and ArcProcessDataProcW. The parameter may be used inside the plugin as the plugin identifier. Required to correctly process multiple archives simultaneously. ProcessDataW Type: ArcProcessDataProcW Pointer to a progress and feedback function. Plugin must remember the function for later use. Optional. May be NULL. Reserved Type: LONG_PTR[8] Reserved for future use, must be NULL. |