Methods' Summary |
releaseCommandIdentifier |
releases a command identifier obtained through
XCommandProcessor::createCommandIdentifier() when it is
no longer used.
|
Methods' Details |
releaseCommandIdentifier
void |
releaseCommandIdentifier( |
[in] long |
CommandId ); |
- Description
- releases a command identifier obtained through
XCommandProcessor::createCommandIdentifier() when it is
no longer used.
After this call the command identifier cannot be used any longer in
calls to XCommandProcessor::execute() and
XCommandProcessor::abort(). (But it can happen that a
call to XCommandProcessor::createCommandIdentifier()
reuses this identifier.)
- Parameter CommandId
- A command identifier obtained through
XCommandProcessor::createCommandIdentifier(). If the
identifier is zero, the request is silently ignored; but if the
identifier is invalid (not obtained via
XCommandProcessor::createCommandIdentifier() or already
handed to XCommandProcessor2::releaseCommandIdentifier()
before), the behavior is undefined.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.