Class: SaveAs Dialogue
Syntax:
extern _kernel_oserror *saveas_set_data_address
(
unsigned int flags,
ObjectId saveas,
void *data,
int data_size,
void *selection,
int selection_size
);
Purpose: Function indicates the address of a contiguous block of memory containing the data to be saved.
|
|
|