home *** CD-ROM | disk | FTP | other *** search
- fileraction_VERBOSE
- Defined in: <fileraction=>fileractio.$>.h
- Declaration: #define fileraction_VERBOSE 0x1ufileraction_CONFIRM
- Defined in: <fileraction=>fileractio.$>.h
- Declaration: #define fileraction_CONFIRM 0x2ufileraction_FORCE
- Defined in: <fileraction=>fileractio.$>.h
- Declaration: #define fileraction_FORCE 0x4ufileraction_NEWER
- Defined in: <fileraction=>fileractio.$>.h
- Declaration: #define fileraction_NEWER 0x8ufileraction_RECURSE
- Defined in: <fileraction=>fileractio.$>.h
- Declaration: #define fileraction_RECURSE 0x10uxfileraction_send_selected_directory
- Defined in: <fileraction=>fileractio.$>.h
- Declaration: extern <os_error=>os.os_error> *xfileraction_send_selected_directory (<wimp_t=>wimp.wimp_t> task,
- char *name);
- Summary: Sends a message specifying the directory containing the selectionfileraction_send_selected_directory
- Defined in: <fileraction=>fileractio.$>.h
- Declaration: extern void fileraction_send_selected_directory (<wimp_t=>wimp.wimp_t> task,
- char *name);
- Summary: Sends a message specifying the directory containing the selectionxfileraction_send_selected_file
- Defined in: <fileraction=>fileractio.$>.h
- Declaration: extern <os_error=>os.os_error> *xfileraction_send_selected_file (<wimp_t=>wimp.wimp_t> task,
- char *leaf_name);
- Summary: Sends a message specifying a selected file within the given directoryfileraction_send_selected_file
- Defined in: <fileraction=>fileractio.$>.h
- Declaration: extern void fileraction_send_selected_file (<wimp_t=>wimp.wimp_t> task,
- char *leaf_name);
- Summary: Sends a message specifying a selected file within the given directoryxfileraction_send_start_operation
- Sends a message containing information to start an operationfileraction_send_start_operation
- Sends a message containing information to start an operationxfileractionsendstartoperation_copy
- Defined in: <fileraction=>fileractio.$>.h
- Declaration: extern <os_error=>os.os_error> *xfileractionsendstartoperation_copy (<wimp_t=>wimp.wimp_t> task,
- bits flags,
- char *destination,
- int size);
- Summary: Sends a message to start a copyfileractionsendstartoperation_copy
- Defined in: <fileraction=>fileractio.$>.h
- Declaration: extern void fileractionsendstartoperation_copy (<wimp_t=>wimp.wimp_t> task,
- bits flags,
- char *destination,
- int size);
- Summary: Sends a message to start a copyxfileractionsendstartoperation_move_local
- Defined in: <fileraction=>fileractio.$>.h
- Declaration: extern <os_error=>os.os_error> *xfileractionsendstartoperation_move_local (<wimp_t=>wimp.wimp_t> task,
- bits flags,
- char *destination,
- int size);
- Summary: Sends a message to start a move (by renaming)fileractionsendstartoperation_move_local
- Defined in: <fileraction=>fileractio.$>.h
- Declaration: extern void fileractionsendstartoperation_move_local (<wimp_t=>wimp.wimp_t> task,
- bits flags,
- char *destination,
- int size);
- Summary: Sends a message to start a move (by renaming)xfileractionsendstartoperation_delete
- Defined in: <fileraction=>fileractio.$>.h
- Declaration: extern <os_error=>os.os_error> *xfileractionsendstartoperation_delete (<wimp_t=>wimp.wimp_t> task,
- bits flags);
- Summary: Sends a message to start a deletefileractionsendstartoperation_delete
- Defined in: <fileraction=>fileractio.$>.h
- Declaration: extern void fileractionsendstartoperation_delete (<wimp_t=>wimp.wimp_t> task,
- bits flags);
- Summary: Sends a message to start a deletexfileractionsendstartoperation_access
- Defined in: <fileraction=>fileractio.$>.h
- Declaration: extern <os_error=>os.os_error> *xfileractionsendstartoperation_access (<wimp_t=>wimp.wimp_t> task,
- bits flags,
- int *access);
- Summary: Sends a message to start an access modificationfileractionsendstartoperation_access
- Defined in: <fileraction=>fileractio.$>.h
- Declaration: extern void fileractionsendstartoperation_access (<wimp_t=>wimp.wimp_t> task,
- bits flags,
- int *access);
- Summary: Sends a message to start an access modificationxfileractionsendstartoperation_set_type
- Defined in: <fileraction=>fileractio.$>.h
- Declaration: extern <os_error=>os.os_error> *xfileractionsendstartoperation_set_type (<wimp_t=>wimp.wimp_t> task,
- bits flags,
- bits *file_type);
- Summary: Sends a message to start a set typefileractionsendstartoperation_set_type
- Defined in: <fileraction=>fileractio.$>.h
- Declaration: extern void fileractionsendstartoperation_set_type (<wimp_t=>wimp.wimp_t> task,
- bits flags,
- bits *file_type);
- Summary: Sends a message to start a set typexfileractionsendstartoperation_count
- Defined in: <fileraction=>fileractio.$>.h
- Declaration: extern <os_error=>os.os_error> *xfileractionsendstartoperation_count (<wimp_t=>wimp.wimp_t> task,
- bits flags);
- Summary: Sends a message to start a countfileractionsendstartoperation_count
- Defined in: <fileraction=>fileractio.$>.h
- Declaration: extern void fileractionsendstartoperation_count (<wimp_t=>wimp.wimp_t> task,
- bits flags);
- Summary: Sends a message to start a countxfileractionsendstartoperation_move
- Defined in: <fileraction=>fileractio.$>.h
- Declaration: extern <os_error=>os.os_error> *xfileractionsendstartoperation_move (<wimp_t=>wimp.wimp_t> task,
- bits flags,
- char *destination,
- int size);
- Summary: Sends a message to start a move (by copying and deleting)fileractionsendstartoperation_move
- Defined in: <fileraction=>fileractio.$>.h
- Declaration: extern void fileractionsendstartoperation_move (<wimp_t=>wimp.wimp_t> task,
- bits flags,
- char *destination,
- int size);
- Summary: Sends a message to start a move (by copying and deleting)xfileractionsendstartoperation_copy_local
- Defined in: <fileraction=>fileractio.$>.h
- Declaration: extern <os_error=>os.os_error> *xfileractionsendstartoperation_copy_local (<wimp_t=>wimp.wimp_t> task,
- bits flags,
- char *destination,
- int size);
- Summary: Sends a message to start a copy within a directoryfileractionsendstartoperation_copy_local
- Defined in: <fileraction=>fileractio.$>.h
- Declaration: extern void fileractionsendstartoperation_copy_local (<wimp_t=>wimp.wimp_t> task,
- bits flags,
- char *destination,
- int size);
- Summary: Sends a message to start a copy within a directoryxfileractionsendstartoperation_stamp
- Defined in: <fileraction=>fileractio.$>.h
- Declaration: extern <os_error=>os.os_error> *xfileractionsendstartoperation_stamp (<wimp_t=>wimp.wimp_t> task,
- bits flags);
- Summary: Sends a message to start a stampfileractionsendstartoperation_stamp
- Defined in: <fileraction=>fileractio.$>.h
- Declaration: extern void fileractionsendstartoperation_stamp (<wimp_t=>wimp.wimp_t> task,
- bits flags);
- Summary: Sends a message to start a stampxfileractionsendstartoperation_find
- Defined in: <fileraction=>fileractio.$>.h
- Declaration: extern <os_error=>os.os_error> *xfileractionsendstartoperation_find (<wimp_t=>wimp.wimp_t> task,
- bits flags,
- char *file_name,
- int size);
- Summary: Sends a message to start a file searchfileractionsendstartoperation_find
- Defined in: <fileraction=>fileractio.$>.h
- Declaration: extern void fileractionsendstartoperation_find (<wimp_t=>wimp.wimp_t> task,
- bits flags,
- char *file_name,
- int size);
- Summary: Sends a message to start a file searchFilerAction
- <fileraction_VERBOSE>
- <fileraction_CONFIRM>
- <fileraction_FORCE>
- <fileraction_NEWER>
- <fileraction_RECURSE>
- <xfileraction_send_selected_directory>
- <fileraction_send_selected_directory>
- <xfileraction_send_selected_file>
- <fileraction_send_selected_file>
- <xfileraction_send_start_operation>
- <fileraction_send_start_operation>
- <xfileractionsendstartoperation_copy>
- <fileractionsendstartoperation_copy>
- <xfileractionsendstartoperation_move_local>
- <fileractionsendstartoperation_move_local>
- <xfileractionsendstartoperation_delete>
- <fileractionsendstartoperation_delete>
- <xfileractionsendstartoperation_access>
- <fileractionsendstartoperation_access>
- <xfileractionsendstartoperation_set_type>
- <fileractionsendstartoperation_set_type>
- <xfileractionsendstartoperation_count>
- <fileractionsendstartoperation_count>
- <xfileractionsendstartoperation_move>
- <fileractionsendstartoperation_move>
- <xfileractionsendstartoperation_copy_local>
- <fileractionsendstartoperation_copy_local>
- <xfileractionsendstartoperation_stamp>
- <fileractionsendstartoperation_stamp>
- <xfileractionsendstartoperation_find>
- <fileractionsendstartoperation_find>