1.1.9.11 WDRV_WINC_FILE_DELETE_CALLBACK
Function
void (*WDRV_WINC_FILE_DELETE_CALLBACK) ( DRV_HANDLE handle, uintptr_t userCtx, WDRV_WINC_FILE_TYPE type, WDRV_WINC_FILE_STATUS_TYPE status )
Summary
Definition of file delete callback.
Description
Definition of file delete callback, used to indicate the status of a file delete operation.
Precondition
WDRV_WINC_Initialize should have been called. WDRV_WINC_Open should have been called to obtain a valid handle.
Parameters
handle - Client handle obtained by a call to WDRV_WINC_Open.
userCtx - User context supplied to WDRV_WINC_FileFind.
type - File type found.
status - Status of operation.
Returns
Remarks
WDRV_WINC_FILE_STATUS_OK: Indicate the file delete operation succeeded. WDRV_WINC_FILE_STATUS_ERROR: Indicates the file delete operation failed.