Batch open: Difference between revisions
Jump to navigation
Jump to search
imported>Bale mNo edit summary |
imported>Bale needs code |
||
Line 14: | Line 14: | ||
function_description=Marks the start of a batch operation. For any meaningful results, it must eventually be followed by [[batch_close|batch_close()]] (see the preceding for information on using these two functions).| | function_description=Marks the start of a batch operation. For any meaningful results, it must eventually be followed by [[batch_close|batch_close()]] (see the preceding for information on using these two functions).| | ||
needscode=yes| | |||
see_also={{SeeAlso|batch_close}}| | see_also={{SeeAlso|batch_close}}| |
Revision as of 09:17, 11 February 2011
needs(code_samples);
Function Syntax
void batch_open()
Marks the start of a batch operation. For any meaningful results, it must eventually be followed by batch_close() (see the preceding for information on using these two functions).