NDSummary.OnToolTipsLoaded("File:dos.h",{1269:"
| void DOS_Call( |
| ) |
| void DOS_CharOutput( |
| ) |
| void DOS_StringOutput( |
| ) |
| void DOS_SetTransferAddr( |
| ) |
| u16 DOS_GetFreeSpace( |
| ) |
| u8 DOS_OpenFCB( |
| ) |
| inline u32 DOS_GetSizeFCB( |
| ) |
| u8 DOS_CloseFCB( |
| ) |
| u8 DOS_CreateFCB( |
| ) |
| u8 DOS_DeleteFCB( |
| ) |
| u8 DOS_SequentialReadFCB( |
| ) |
| u8 DOS_SequentialWriteFCB( |
| ) |
| u8 DOS_RandomBlockWriteFCB( |
| ) |
| u16 DOS_RandomBlockReadFCB( |
| ) |
| u8 DOS_FindFirstFileFCB( |
| ) |
| void DOS_InstallErrorHandler( |
| ) |
| u8 DOS_GetVersion( |
| ) |
| u8 DOS_SelectDrive( |
| ) |
| inline u8 DOS_SelectDriveLetter( |
| ) |
| void DOS_GetDiskInfo( |
| ) |
| inline u16 DOS_GetFreeClusters( |
| ) |
| inline u32 DOS_GetFreeSectors( |
| ) |
| inline u32 DOS_GetFreeBytes( |
| ) |
| inline u16 DOS_GetTotalClusters( |
| ) |
| inline u32 DOS_GetTotalSectors( |
| ) |
| inline u32 DOS_GetTotalBytes( |
| ) |
| u8 DOS_OpenHandle( |
| ) |
| u8 DOS_CreateHandle( |
| ) |
| u8 DOS_CloseHandle( |
| ) |
| u8 DOS_EnsureHandle( |
| ) |
| u8 DOS_DuplicateHandle( |
| ) |
| u16 DOS_ReadHandle( |
| ) |
| u16 DOS_WriteHandle( |
| ) |
| u32 DOS_SeekHandle( |
| ) __CALLEE |
| u8 DOS_DeleteHandle( |
| ) |
| u8 DOS_RenameHandle( |
| ) |
| u8 DOS_MoveHandle( |
| ) |
| u8 DOS_SetAttributeHandle( |
| ) |
| u8 DOS_GetAttributeHandle( |
| ) |
| u8 DOS_GetDiskParam( |
| ) |
| void DOS_Exit( |
| ) |
| void DOS_Explain( |
| ) |
| DOS_FIB* DOS_FindFirstEntry( |
| ) |
| inline u16 DOS_GetFileYear( |
| ) |
| inline u8 DOS_GetFileMonth( |
| ) |
| inline u8 DOS_GetFileDay( |
| ) |
| inline u8 DOS_GetFileHour( |
| ) |
| inline u8 DOS_GetFileMinute( |
| ) |
| inline u8 DOS_GetFileSecond( |
| ) |
| u8 DOS_Delete( |
| ) |
| u8 DOS_Rename( |
| ) |
| u8 DOS_Move( |
| ) |
| u8 DOS_SetAttribute( |
| ) |
| u8 DOS_GetAttribute( |
| ) |
| u8 DOS_GetDirectory( |
| ) |
| inline u8 DOS_GetCurrentDiskDirectory( |
| ) |
| u8 DOS_ChangeDirectory( |
| ) |
| u8 DOS_InterSlotRead( |
| ) |
| void DOS_InterSlotWrite( |
| ) |
| void DOS_InterSlotCall( |
| ) |