Overview | Namespace | Class | 索引 | Help |
全世界の 機能(する)/行事s in 全世界の Namespace C++
in Sourcefile とじ込み/提出する.h
- osl_abbreviateSystemPath
- extern "C"
oslFileError osl_abbreviateSystemPath( rtl_uString * ustrSystemPath, rtl_uString * * pustrCompacted, sal_uInt32 uMaxWidth, oslCalcTextWidthFunc pCalcWidth );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Abbreviate a system notation path.
- Parameters
ustrSystemPath The 十分な system path to abbreviate
pustrCompacted Receives the compacted system path on 生産(高)
pfnCalcWidth 機能(する)/行事 ptr that calculates the width of a string. Can be 無.
uMaxWidth 最大限 width 許すd that is retunrned from pfnCalcWidth. If pfnCalcWidth is 無 the character count is assumed as width.
- Return
-
osl_File_E_None on success
- See Also
- oslCalcTextWidthFunc
- osl_acquireDirectoryItem
- extern "C"
oslFileError osl_acquireDirectoryItem( oslDirectoryItem Item );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- 増加する the refcount of a directory item 扱う.
- Description
- The 報知係 責任がある 解放(する)ing the directory item 扱う using osl_releaseDirectoryItem().
- Parameters
Item A 扱う received by a call to osl_getDirectoryItem() or osl_getNextDirectoryItem().
- Return
-
osl_File_E_None on success
osl_File_E_NOMEM not enough memory for 配分するing structures
osl_File_E_INVAL the 判型 of the parameters was not valid
- See Also
- osl_getDirectoryItem()
osl_getNextDirectoryItem()
osl_releaseDirectoryItem()
- osl_acquireVolumeDeviceHandle
- extern "C"
oslFileError osl_acquireVolumeDeviceHandle( oslVolumeDeviceHandle 扱う );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Acquire a 容積/容量 装置 扱う.
- Description
- Acquires the given oslVolumeDeviceHandle which was acquired by a call to osl_getVolumeInformation(). The 報知係 is 責任がある 解放(する)ing the acquired 扱う by calling osl_releaseVolumeDeviceHandle().
- Parameters
扱う An oslVolumeDeviceHandle received by a call to osl_getVolumeInformation().
- Return
-
osl_File_E_None on success
- Todos
- 明示する all error codes that may be returned
- See Also
- osl_getVolumeInformation()
- osl_automountVolumeDevice
- extern "C"
oslFileError osl_automountVolumeDevice( oslVolumeDeviceHandle 扱う );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Automount a 容積/容量 装置.
- Description
- Automount the 容積/容量 装置 明示するd by the given oslVolumeDeviceHandle.
- Parameters
扱う An oslVolumeDeviceHandle received by a call to osl_getVolumeInformation().
- Return
-
osl_File_E_None on success
- Todos
- 明示する all error codes that may be returned
- See Also
- osl_getVolumeInformation()
- osl_closeDirectory
- extern "C"
oslFileError osl_closeDirectory( oslDirectory Directory );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- 解放(する) a directory 扱う.
- Parameters
Directory A 扱う received by a call to osl_openDirectory().
- Return
-
osl_File_E_None on success
osl_File_E_INVAL the 判型 of the parameters was not valid
osl_File_E_NOMEM not enough memory for 配分するing structures
osl_File_E_BADF 無効の oslDirectory parameter
osl_File_E_INTR the 機能(する)/行事 call was interrupted - See Also
- osl_openDirectory()
- osl_closeFile
- extern "C"
oslFileError osl_closeFile( oslFileHandle 扱う );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- の近くに an open とじ込み/提出する.
- Parameters
扱う 扱う to a とじ込み/提出する received by a previous call to osl_openFile().
- Return
-
osl_File_E_None on success
osl_File_E_INVAL the 判型 of the parameters was not valid
osl_File_E_BADF Bad とじ込み/提出する
osl_File_E_INTR 機能(する)/行事 call was interrupted
osl_File_E_NOLINK link has been 厳しいd
osl_File_E_NOSPC no space left on 装置
osl_File_E_IO on I/O errors
- See Also
- osl_openFile()
- osl_copyFile
- extern "C"
oslFileError osl_copyFile( rtl_uString * pustrSourceFileURL, rtl_uString * pustrDestFileURL );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Copy a とじ込み/提出する to a new 目的地.
- Description
- Copies a とじ込み/提出する to a new 目的地. Copies only とじ込み/提出するs not directories. No 仮定/引き受けることs should be made about 保存するing せいにするs or とじ込み/提出する time.
- Parameters
pustrSourceFileURL 十分な qualified URL of the source とじ込み/提出する.
pustrDestFileURL 十分な qualified URL of the 目的地 とじ込み/提出する. A directory is NOT a valid 目的地 とじ込み/提出する!
- Return
-
osl_File_E_None on success
osl_File_E_INVAL the 判型 of the parameters was not valid
osl_File_E_NOMEM not enough memory for 配分するing structures
osl_File_E_ACCES 許可 否定するd
osl_File_E_PERM 操作/手術 not permitted
osl_File_E_NAMETOOLONG とじ込み/提出する 指名する too long
osl_File_E_NOENT no such とじ込み/提出する or directory
osl_File_E_ISDIR is a directory
osl_File_E_ROFS read-only とじ込み/提出する system - See Also
- osl_moveFile()
osl_removeFile()
- osl_createDirectory
- extern "C"
oslFileError osl_createDirectory( rtl_uString * pustrDirectoryURL );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Create a directory.
- Parameters
pustrDirectoryURL 十分な qualified URL of the directory to create.
- Return
-
osl_File_E_None on success
osl_File_E_INVAL the 判型 of the parameters was not valid
osl_File_E_NOMEM not enough memory for 配分するing structures
osl_File_E_EXIST とじ込み/提出する 存在するs
osl_File_E_ACCES 許可 否定するd
osl_File_E_NAMETOOLONG とじ込み/提出する 指名する too long
osl_File_E_NOENT no such とじ込み/提出する or directory
osl_File_E_NOTDIR not a directory
osl_File_E_ROFS read-only とじ込み/提出する system
osl_File_E_NOSPC no space left on 装置
osl_File_E_DQUOT 割当 越えるd
osl_File_E_LOOP too many 象徴的な links 遭遇(する)d
osl_File_E_FAULT bad 演説(する)/住所
osl_FileE_IO on I/O errors
osl_File_E_MLINK too many links
osl_File_E_MULTIHOP multihop 試みる/企てるd
osl_File_E_NOLINK link has been 厳しいd
- See Also
- osl_removeDirectory()
- osl_createDirectoryPath
- extern "C"
oslFileError osl_createDirectoryPath( rtl_uString * aDirectoryUrl, oslDirectoryCreationCallbackFunc aDirectoryCreationCallbackFunc, 無効の * pData );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Create a directory path.
- Description
- The osl_createDirectoryPath 機能(する)/行事 creates a 明示するd directory path.
All nonexisting sub directories will be created.
PLEASE NOTE: You cannot rely on getting the error code osl_File_E_EXIST for 存在するing directories. Programming against this error code is in general a strong 指示,表示する物 of a wrong usage of osl_createDirectoryPath.
- Parameters
aDirectoryUrl [in] The 絶対の とじ込み/提出する URL of the directory path to create. A 親族 とじ込み/提出する URL will not be 受託するd.
aDirectoryCreationFunc [in] Pointer to a 機能(する)/行事 that will be called synchronously for each sub directory that was created. The value of this parameter may be NULL, in this 事例/患者 notifications will not be sent.
pData [in] 使用者 明示するd data to be passed to the directory 創造 callback 機能(する)/行事. The value of this parameter may be 独断的な and will not be 解釈する/通訳するd by osl_createDirectoryPath.
- Return
-
- osl_File_E_None
- On success
- osl_File_E_INVAL
- The 判型 of the parameters was not valid
- osl_File_E_ACCES
- 許可 否定するd
- osl_File_E_EXIST
- The final node of the 明示するd directory path already 存在する
- osl_File_E_NAMETOOLONG
- The 指名する of the 明示するd directory path 越えるs the 最大限 許すd length
- osl_File_E_NOTDIR
- A 構成要素 of the 明示するd directory path already 存在する as とじ込み/提出する in any part of the directory path
- osl_File_E_ROFS
- Read-only とじ込み/提出する system
- osl_File_E_NOSPC
- No space left on 装置
- osl_File_E_DQUOT
- 割当 越えるd
- osl_File_E_FAULT
- Bad 演説(する)/住所
- osl_File_E_IO
- I/O error
- osl_File_E_LOOP
- Too many 象徴的な links 遭遇(する)d
- osl_File_E_NOLINK
- Link has been 厳しいd
- osl_File_E_invalidError
- An unknown error occurred
- See Also
- oslDirectoryCreationFunc
oslFileError
osl_createDirectory
- osl_createTempFile
- extern "C"
oslFileError osl_createTempFile( rtl_uString * pustrDirectoryURL, oslFileHandle * pHandle, rtl_uString * * ppustrTempFileURL );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Creates a 一時的な とじ込み/提出する in the directory 供給するd by the 報知係 or the directory returned by osl_getTempDirURL.
- Description
- Creates a 一時的な とじ込み/提出する in the directory 供給するd by the 報知係 or the directory returned by osl_getTempDirURL. Under UNIX Operating Systems the とじ込み/提出する will be created with read and 令状 接近 for the 使用者 排他的に. If the 報知係 requests only a 扱う to the open とじ込み/提出する but not the 指名する of it, the とじ込み/提出する will be automatically 除去するd on の近くに else the 報知係 is 責任がある 除去するing the とじ込み/提出する on success.
- Parameters
pustrDirectoryURL 明示するs the 十分な qualified URL where the 一時的な とじ込み/提出する should be created. If pustrDirectoryURL is 0 the path returned by osl_getTempDirURL will be used.
pHandle On success receives a 扱う to the open とじ込み/提出する. If pHandle is 0 the とじ込み/提出する will be の近くにd on return, in this 事例/患者 ppustrTempFileURL must not be 0.
ppustrTempFileURL On success receives the 十分な qualified URL of the 一時的な とじ込み/提出する. If ppustrTempFileURL is 0 the とじ込み/提出する will be automatically 除去するd on の近くに, in this 事例/患者 pHandle must not be 0. If ppustrTempFileURL is not 0 the 報知係 receives the 指名する of the created とじ込み/提出する and is 責任がある 除去するing the とじ込み/提出する, in this 事例/患者 *ppustrTempFileURL must be 0 or must point to a valid rtl_uString.
- Return
- osl_File_E_None on success osl_File_E_INVAL the 判型 of the parameter is 無効の osl_File_E_NOMEM not enough memory for 配分するing structures osl_File_E_ACCES 許可 否定するd osl_File_E_NOENT No such とじ込み/提出する or directory osl_File_E_NOTDIR Not a directory osl_File_E_ROFS Read-only とじ込み/提出する system osl_File_E_NOSPC No space left on 装置 osl_File_E_DQUOT 割当 越えるd
- See Also
- osl_getTempDirURL()
- osl_getAbsoluteFileURL
- extern "C"
oslFileError osl_getAbsoluteFileURL( rtl_uString * pustrBaseDirectoryURL, rtl_uString * pustrRelativeFileURL, rtl_uString * * ppustrAbsoluteFileURL );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- 変える a path 親族 to a given directory into an 十分な qualified とじ込み/提出する URL.
- Description
- 変える a path 親族 to a given directory into an 十分な qualified とじ込み/提出する URL. The 機能(する)/行事 解決するs 象徴的な links if possible and path ellipses, so on success the resulting 絶対の path is fully 解決するd.
- Parameters
pustrBaseDirectoryURL Base directory URL to which the 親族 path is 関係のある to.
pustrRelativeFileURL An URL of a とじ込み/提出する or directory 親族 to the directory path 明示するd by pustrBaseDirectoryURL or an 絶対の path. If pustrRelativeFileURL denotes an 絶対の path pustrBaseDirectoryURL will be ignored.
ppustrAbsoluteFileURL On success it receives the 十分な qualified absoulte とじ込み/提出する URL.
- Return
-
osl_File_E_None on success
osl_File_E_INVAL the 判型 of the parameters was not valid
osl_File_E_NOMEM not enough memory for 配分するing structures
osl_File_E_NOTDIR not a directory
osl_File_E_ACCES 許可 否定するd
osl_File_E_NOENT no such とじ込み/提出する or directory
osl_File_E_NAMETOOLONG とじ込み/提出する 指名する too long
osl_File_E_OVERFLOW value too large for defined data type
osl_File_E_FAULT bad 演説(する)/住所
osl_File_E_INTR 機能(する)/行事 call was interrupted
osl_File_E_LOOP too many 象徴的な links 遭遇(する)d
osl_File_E_MULTIHOP multihop 試みる/企てるd
osl_File_E_NOLINK link has been 厳しいd
- See Also
- osl_getFileStatus()
- osl_getCanonicalName
- extern "C"
oslFileError osl_getCanonicalName( rtl_uString * pustrRequestedURL, rtl_uString * * ppustrValidURL );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- 決定する a valid 未使用の canonical 指名する for a requested 指名する.
- Description
- 決定するs a valid 未使用の canonical 指名する for a requested 指名する. Depending on the Operating System and the とじ込み/提出する System the 違法な characters are 取って代わるd by valid ones. If a とじ込み/提出する or directory with the requested 指名する already 存在するs a new 指名する is 生成するd に引き続いて the ありふれた 支配するs on the actual Operating System and とじ込み/提出する System.
- Parameters
pustrRequestedURL Requested 指名する of a とじ込み/提出する or directory.
ppustrValidURL On success receives a 指名する which is 未使用の and valid on the actual Operating System and とじ込み/提出する System.
- Return
-
osl_File_E_None on success
osl_File_E_INVAL the 判型 of the parameters was not valid
- See Also
- osl_getFileStatus()
- osl_getDirectoryItem
- extern "C"
oslFileError osl_getDirectoryItem( rtl_uString * pustrFileURL, oslDirectoryItem * pItem );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Retrieve a 選び出す/独身 directory item.
- Description
- Retrieves a 選び出す/独身 directory item. The returned 扱う has an 初期の refcount of 1. 予定 to 業績/成果 問題/発行するs it is not recommended to use this 機能(する)/行事 while enumerating the contents of a directory. In this 事例/患者 use osl_getNextDirectoryItem() instead.
- Parameters
pustrFileURL An 絶対の とじ込み/提出する URL.
pItem On success it receives a 扱う which can be used for その後の calls to osl_getFileStatus(). The 扱う has to be 解放(する)d by a call to osl_releaseDirectoryItem().
- Return
-
osl_File_E_None on success
osl_File_E_INVAL the 判型 of the parameters was not valid
osl_File_E_NOMEM not enough memory for 配分するing structures
osl_File_E_ACCES 許可 否定するd
osl_File_E_MFILE too many open とじ込み/提出するs used by the 過程
osl_File_E_NFILE too many open とじ込み/提出するs in the system
osl_File_E_NOENT no such とじ込み/提出する or directory
osl_File_E_LOOP too many 象徴的な links 遭遇(する)d
osl_File_E_NAMETOOLONG the とじ込み/提出する 指名する is too long
osl_File_E_NOTDIR a 構成要素 of the path prefix of path is not a directory
osl_File_E_IO on I/O errors
osl_File_E_MULTIHOP multihop 試みる/企てるd
osl_File_E_NOLINK link has been 厳しいd
osl_File_E_FAULT bad 演説(する)/住所
osl_File_E_INTR the 機能(する)/行事 call was interrupted - See Also
- osl_releaseDirectoryItem()
osl_acquireDirectoryItem()
osl_getFileStatus()
osl_getNextDirectoryItem()
- osl_getFilePos
- extern "C"
oslFileError osl_getFilePos( oslFileHandle 扱う, sal_uInt64 * pPos );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Retrieve the 現在の position of the 内部の pointer of an open とじ込み/提出する.
- Parameters
扱う 扱う to a とじ込み/提出する received by a previous call to osl_openFile().
pPos On success receives the 現在の position of the とじ込み/提出する pointer.
- Return
-
osl_File_E_None on success
osl_File_E_INVAL the 判型 of the parameters was not valid
osl_File_E_OVERFLOW the resulting とじ込み/提出する 相殺する would be a value which cannot be 代表するd 正確に for 正規の/正選手 とじ込み/提出するs
- See Also
- osl_openFile()
osl_setFilePos()
osl_readFile()
osl_writeFile()
- osl_getFileSize
- extern "C"
oslFileError osl_getFileSize( oslFileHandle 扱う, sal_uInt64 * pSize );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Get the とじ込み/提出する size of an open とじ込み/提出する.
- Description
- Gets the とじ込み/提出する size of an open とじ込み/提出する. The position of the とじ込み/提出する pointer is not affeced by this 機能(する)/行事.
- Parameters
扱う 扱う to a とじ込み/提出する received by a previous call to osl_openFile().
pSize 現在の size in bytes.
- Return
-
osl_File_E_None on success
osl_File_E_INVAL the 判型 of the parameters was not valid
osl_File_E_OVERFLOW the resulting とじ込み/提出する 相殺する would be a value which cannot be 代表するd 正確に for 正規の/正選手 とじ込み/提出するs
- See Also
- osl_openFile()
osl_setFilePos()
osl_getFileStatus()
- osl_getFileStatus
- extern "C"
oslFileError osl_getFileStatus( oslDirectoryItem Item, oslFileStatus * pStatus, sal_uInt32 uFieldMask );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Retrieve (警察などへの)密告,告訴(状) about a 選び出す/独身 とじ込み/提出する or directory.
- Parameters
Item A 扱う received by a previous call to osl_getDirectoryItem() or osl_getNextDirectoryItem().
pStatus Points to a structure which receives the (警察などへの)密告,告訴(状) of the とじ込み/提出する or directory 代表するd by the 扱う Item. The member uStructSize has to be initialized to sizeof(oslFileStatus) before calling this 機能(する)/行事.
uFieldMask 明示するs which fields of the structure pointed to by pStatus are of 利益/興味 to the 報知係.
- Return
-
osl_File_E_None on success
osl_File_E_NOMEM not enough memory for 配分するing structures
osl_File_E_INVAL the 判型 of the parameters was not valid
osl_File_E_LOOP too many 象徴的な links 遭遇(する)d
osl_File_E_ACCES 許可 否定するd
osl_File_E_NOENT no such とじ込み/提出する or directory
osl_File_E_NAMETOOLONG とじ込み/提出する 指名する too long
osl_File_E_BADF 無効の oslDirectoryItem parameter
osl_File_E_FAULT bad 演説(する)/住所
osl_File_E_OVERFLOW value too large for defined data type
osl_File_E_INTR 機能(する)/行事 call was interrupted
osl_File_E_NOLINK link has been 厳しいd
osl_File_E_MULTIHOP 構成要素s of path 要求する hopping to 多重の remote machines and the とじ込み/提出する system does not 許す it
osl_File_E_MFILE too many open とじ込み/提出するs used by the 過程
osl_File_E_NFILE too many open とじ込み/提出するs in the system
osl_File_E_NOSPC no space left on 装置
osl_File_E_NXIO no such 装置 or 演説(する)/住所
osl_File_E_IO on I/O errors
osl_File_E_NOSYS 機能(する)/行事 not 器具/実施するd - See Also
- osl_getDirectoryItem()
osl_getNextDirectoryItem()
oslFileStatus
- osl_getFileURLFromSystemPath
- extern "C"
oslFileError osl_getFileURLFromSystemPath( rtl_uString * pustrSystemPath, rtl_uString * * ppustrFileURL );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- 変える a system dependend path into a とじ込み/提出する URL.
- Parameters
pustrSystemPath A System 扶養家族 path of a とじ込み/提出する or directory.
ppustrFileURL On success it receives the とじ込み/提出する URL.
- Return
-
osl_File_E_None on success
osl_File_E_INVAL the 判型 of the parameters was not valid
- See Also
- osl_getSystemPathFromFileURL()
- osl_getNextDirectoryItem
- extern "C"
oslFileError osl_getNextDirectoryItem( oslDirectory Directory, oslDirectoryItem * pItem, sal_uInt32 uHint );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Retrieve the next item of a 以前 opened directory.
- Description
- Retrieves the next item of a 以前 opened directory. All 扱うs have an 初期の refcount of 1.
- Parameters
Directory A directory 扱う received from a previous call to osl_openDirectory().
pItem On success it receives a 扱う that can be used for その後の calls to osl_getFileStatus(). The 扱う has to be 解放(する)d by a call to osl_releaseDirectoryItem().
uHint With this parameter the 報知係 can tell the 実施 that (s)he is going to call this 機能(する)/行事 uHint times afterwards. This enables the 実施 to get the (警察などへの)密告,告訴(状) for more than one とじ込み/提出する and (武器などの)隠匿場所 it until the next calls.
- Return
-
osl_File_E_None on success
osl_File_E_INVAL the 判型 of the parameters was not valid
osl_File_E_NOMEM not enough memory for 配分するing structures
osl_File_E_NOENT no more 入ること/参加(者)s in this directory
osl_File_E_BADF 無効の oslDirectory parameter
osl_File_E_OVERFLOW the value too large for defined data type - See Also
- osl_releaseDirectoryItem()
osl_acquireDirectoryItem()
osl_getDirectoryItem()
osl_getFileStatus()
- osl_getSystemPathFromFileURL
- extern "C"
oslFileError osl_getSystemPathFromFileURL( rtl_uString * pustrFileURL, rtl_uString * * ppustrSystemPath );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- 変える a とじ込み/提出する URL into a system dependend path.
- Parameters
pustrFileURL A とじ込み/提出する URL.
ppustrSystemPath On success it receives the system path.
- Return
- osl_File_E_None on success osl_File_E_INVAL the 判型 of the parameters was not valid
- See Also
- osl_getFileURLFromSystemPath()
- osl_getTempDirURL
- extern "C"
oslFileError osl_getTempDirURL( rtl_uString * * pustrTempDirURL );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Retrieves the とじ込み/提出する URL of the system's 一時的な directory path
- Parameters
pustrTempDirURL[out] On success receives the URL of system's 一時的な directory path.
- Return
- osl_File_E_None on success osl_File_E_NOENT no such とじ込み/提出する or directory not 設立する
- osl_getVolumeDeviceMountPath
- extern "C"
oslFileError osl_getVolumeDeviceMountPath( oslVolumeDeviceHandle 扱う, rtl_uString * * ppustrDirectoryURL );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Get the 十分な qualified URL where a 装置 is 機動力のある to.
- Parameters
扱う An oslVolumeDeviceHandle received by a call to osl_getVolumeInformation().
ppustrDirectoryURL Receives the 十分な qualified URL where the 装置 is 機動力のある to.
- Return
-
osl_File_E_None on success
osl_File_E_NOMEM not enough memory for 配分するing structures
osl_File_E_INVAL the 判型 of the parameters was not valid
osl_File_E_ACCES 許可 否定するd
osl_File_E_NXIO no such 装置 or 演説(する)/住所
osl_File_E_NODEV no such 装置
osl_File_E_NOENT no such とじ込み/提出する or directory
osl_File_E_FAULT bad 演説(する)/住所
osl_FilE_E_INTR 機能(する)/行事 call was interrupted
osl_File_E_IO on I/O errors
osl_File_E_MULTIHOP multihop 試みる/企てるd
osl_File_E_NOLINK link has been 厳しいd
osl_File_E_EOVERFLOW value too large for defined data type
- See Also
- osl_getVolumeInformation()
osl_automountVolumeDevice()
osl_unmountVolumeDevice()
- osl_getVolumeInformation
- extern "C"
oslFileError osl_getVolumeInformation( rtl_uString * pustrDirectoryURL, oslVolumeInfo * pInfo, sal_uInt32 uFieldMask );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Retrieve (警察などへの)密告,告訴(状) about a 容積/容量.
- Description
- Retrieves (警察などへの)密告,告訴(状) about a 容積/容量. A 容積/容量 can either be a 開始する point, a 網状組織 資源 or a 運動 depending on Operating System and とじ込み/提出する System. Before calling this 機能(する)/行事 osl_getFileStatus() should be called to 決定する if the type is osl_file_Type_Volume.
- Parameters
pustrDirectoryURL 十分な qualified URL of the 容積/容量
pInfo On success it receives (警察などへの)密告,告訴(状) about the 容積/容量.
uFieldMask 明示するs which members of the structure should be filled
- Return
-
osl_File_E_None on success
osl_File_E_NOMEM not enough memory for 配分するing structures
osl_File_E_INVAL the 判型 of the parameters was not valid
osl_File_E_NOTDIR not a directory
osl_File_E_NAMETOOLONG とじ込み/提出する 指名する too long
osl_File_E_NOENT no such とじ込み/提出する or directory
osl_File_E_ACCES 許可 否定するd
osl_File_E_LOOP too many 象徴的な links 遭遇(する)d
ols_File_E_FAULT Bad 演説(する)/住所
osl_File_E_IO on I/O errors
osl_File_E_NOSYS 機能(する)/行事 not 器具/実施するd
osl_File_E_MULTIHOP multihop 試みる/企てるd
osl_File_E_NOLINK link has been 厳しいd
osl_File_E_INTR 機能(する)/行事 call was interrupted
- See Also
- osl_getFileStatus()
oslVolumeInfo
- osl_isEndOfFile
- extern "C"
oslFileError osl_isEndOfFile( oslFileHandle 扱う, sal_Bool * pIsEOF );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- 実験(する) if the end of a とじ込み/提出する is reached.
- Parameters
扱う 扱う to a とじ込み/提出する received by a previous call to osl_openFile().
pIsEOF Points to a variable that receives the end-of-とじ込み/提出する status.
- Return
-
osl_File_E_None on success
osl_File_E_INVAL the 判型 of the parameters was not valid
osl_File_E_INTR 機能(する)/行事 call was interrupted
osl_File_E_IO on I/O errors
osl_File_E_ISDIR is a directory
osl_File_E_BADF bad とじ込み/提出する
osl_File_E_FAULT bad 演説(する)/住所
osl_File_E_AGAIN 操作/手術 would 封鎖する
osl_File_E_NOLINK link has been 厳しいd - See Also
- osl_openFile()
osl_readFile()
osl_readLine()
osl_setFilePos()
- osl_mapFile
- extern "C"
oslFileError osl_mapFile( oslFileHandle 扱う, 無効の * * ppAddr, sal_uInt64 uLength, sal_uInt64 uOffset, sal_uInt32 uFlags );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- 地図/計画する a 株d とじ込み/提出する into memory.
- Since
- UDK 3.2.10
- osl_moveFile
- extern "C"
oslFileError osl_moveFile( rtl_uString * pustrSourceFileURL, rtl_uString * pustrDestFileURL );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Move a とじ込み/提出する or directory to a new 目的地 or 改名するs it.
- Description
- Moves a とじ込み/提出する or directory to a new 目的地 or 改名するs it. とじ込み/提出する time and せいにするs are 保存するd.
- Parameters
pustrSourceFileURL 十分な qualified URL of the source とじ込み/提出する.
pustrDestFileURL 十分な qualified URL of the 目的地 とじ込み/提出する. An 存在するing directory is NOT a valid 目的地 !
- Return
-
osl_File_E_None on success
osl_File_E_INVAL the 判型 of the parameters was not valid
osl_File_E_NOMEM not enough memory for 配分するing structures
osl_File_E_ACCES 許可 否定するd
osl_File_E_PERM 操作/手術 not permitted
osl_File_E_NAMETOOLONG とじ込み/提出する 指名する too long
osl_File_E_NOENT no such とじ込み/提出する or directory
osl_File_E_ROFS read-only とじ込み/提出する system
- See Also
- osl_copyFile()
- osl_openDirectory
- extern "C"
oslFileError osl_openDirectory( rtl_uString * pustrDirectoryURL, oslDirectory * pDirectory );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Open a directory for enumerating its contents.
- Parameters
pustrDirectoryURL The 十分な qualified URL of the directory.
pDirectory On success it receives a 扱う used for その後の calls by osl_getNextDirectoryItem(). The 扱う has to be 解放(する)d by a call to osl_closeDirectory().
- Return
-
osl_File_E_None on success
osl_File_E_INVAL the 判型 of the parameters was not valid
osl_File_E_NOENT the 明示するd path doesn't 存在する
osl_File_E_NOTDIR the 明示するd path is not an directory
osl_File_E_NOMEM not enough memory for 配分するing structures
osl_File_E_ACCES 許可 否定するd
osl_File_E_MFILE too many open とじ込み/提出するs used by the 過程
osl_File_E_NFILE too many open とじ込み/提出するs in the system
osl_File_E_NAMETOOLONG とじ込み/提出する 指名する too long
osl_File_E_LOOP Too many 象徴的な links 遭遇(する)d - See Also
- osl_getNextDirectoryItem()
osl_closeDirectory()
- osl_openFile
- extern "C"
oslFileError osl_openFile( rtl_uString * pustrFileURL, oslFileHandle * pHandle, sal_uInt32 uFlags );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Open a 正規の/正選手 とじ込み/提出する.
- Description
- Open a とじ込み/提出する. Only 正規の/正選手 とじ込み/提出するs can be openend.
- Parameters
pustrFileURL The 十分な qualified URL of the とじ込み/提出する to open.
pHandle On success it receives a 扱う to the open とじ込み/提出する.
uFlags 明示するs the open 方式.
- Return
-
osl_File_E_None on success
osl_File_E_NOMEM not enough memory for 配分するing structures
osl_File_E_INVAL the 判型 of the parameters was not valid
osl_File_E_NAMETOOLONG pathname was too long
osl_File_E_NOENT no such とじ込み/提出する or directory
osl_File_E_ACCES 許可 否定するd
osl_File_E_AGAIN a 令状 lock could not be 設立するd
osl_File_E_NOTDIR not a directory
osl_File_E_NXIO no such 装置 or 演説(する)/住所
osl_File_E_NODEV no such 装置
osl_File_E_ROFS read-only とじ込み/提出する system
osl_File_E_TXTBSY text とじ込み/提出する busy
osl_File_E_FAULT bad 演説(する)/住所
osl_File_E_LOOP too many 象徴的な links 遭遇(する)d
osl_File_E_NOSPC no space left on 装置
osl_File_E_ISDIR is a directory
osl_File_E_MFILE too many open とじ込み/提出するs used by the 過程
osl_File_E_NFILE too many open とじ込み/提出するs in the system
osl_File_E_DQUOT 割当 越えるd
osl_File_E_EXIST とじ込み/提出する 存在するs
osl_FilE_E_INTR 機能(する)/行事 call was interrupted
osl_File_E_IO on I/O errors
osl_File_E_MULTIHOP multihop 試みる/企てるd
osl_File_E_NOLINK link has been 厳しいd
osl_File_E_EOVERFLOW value too large for defined data type
- See Also
- osl_closeFile()
osl_setFilePos()
osl_getFilePos()
osl_readFile()
osl_writeFile()
osl_setFileSize()
osl_getFileSize()
- osl_readFile
- extern "C"
oslFileError osl_readFile( oslFileHandle 扱う, 無効の * pBuffer, sal_uInt64 uBytesRequested, sal_uInt64 * pBytesRead );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Read a number of bytes from a とじ込み/提出する.
- Description
- Reads a number of bytes from a とじ込み/提出する. The 内部の とじ込み/提出する pointer is 増加するd by the number of bytes read.
- Parameters
扱う 扱う to a とじ込み/提出する received by a previous call to osl_openFile().
pBuffer Points to a 衝撃を和らげるもの which receives data. The 衝撃を和らげるもの must be large enough to 持つ/拘留する uBytesRequested bytes.
uBytesRequested Number of bytes which should be retrieved.
pBytesRead On success the number of bytes which have 現実に been retrieved.
- Return
-
osl_File_E_None on success
osl_File_E_INVAL the 判型 of the parameters was not valid
osl_File_E_INTR 機能(する)/行事 call was interrupted
osl_File_E_IO on I/O errors
osl_File_E_ISDIR is a directory
osl_File_E_BADF bad とじ込み/提出する
osl_File_E_FAULT bad 演説(する)/住所
osl_File_E_AGAIN 操作/手術 would 封鎖する
osl_File_E_NOLINK link has been 厳しいd
- See Also
- osl_openFile()
osl_writeFile()
osl_readLine()
osl_setFilePos()
- osl_readFileAt
- extern "C"
oslFileError osl_readFileAt( oslFileHandle 扱う, sal_uInt64 uOffset, 無効の * pBuffer, sal_uInt64 uBytesRequested, sal_uInt64 * pBytesRead );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Read a number of bytes from a 明示するd 相殺する in a とじ込み/提出する.
- Description
- The 現在の position of the 内部の とじ込み/提出する pointer may or may not be changed.
- Since
- UDK 3.2.10
- osl_readLine
- extern "C"
oslFileError osl_readLine( oslFileHandle 扱う, sal_Sequence * * ppSequence );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Read a line from a とじ込み/提出する.
- Description
- Reads a line from a とじ込み/提出する. The new line delimiter is NOT returned!
- Parameters
扱う 扱う to a とじ込み/提出する received by a previous call to osl_openFile().
ppSequence A pointer pointer to a sal_Sequence that will 持つ/拘留する the line read on success.
- Return
-
osl_File_E_None on success
osl_File_E_INVAL the 判型 of the parameters was not valid
osl_File_E_INTR 機能(する)/行事 call was interrupted
osl_File_E_IO on I/O errors
osl_File_E_ISDIR is a directory
osl_File_E_BADF bad とじ込み/提出する
osl_File_E_FAULT bad 演説(する)/住所
osl_File_E_AGAIN 操作/手術 would 封鎖する
osl_File_E_NOLINK link has been 厳しいd - See Also
- osl_openFile()
osl_readFile()
osl_writeFile()
osl_setFilePos()
- osl_releaseDirectoryItem
- extern "C"
oslFileError osl_releaseDirectoryItem( oslDirectoryItem Item );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- 減少(する) the refcount of a directory item 扱う.
- Description
- 減少(する)s the refcount of a directory item 扱う. If the refcount reaches 0 the data associated with this directory item 扱う will be 解放(する)d.
- Parameters
Item A 扱う received by a call to osl_getDirectoryItem() or osl_getNextDirectoryItem().
- Return
-
osl_File_E_None on success
osl_File_E_NOMEM not enough memory for 配分するing structures
osl_File_E_INVAL the 判型 of the parameters was not valid
- See Also
- osl_getDirectoryItem()
osl_getNextDirectoryItem()
osl_acquireDirectoryItem()
- osl_releaseVolumeDeviceHandle
- extern "C"
oslFileError osl_releaseVolumeDeviceHandle( oslVolumeDeviceHandle 扱う );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- 解放(する) a 容積/容量 装置 扱う.
- Description
- 解放(する)s the given oslVolumeDeviceHandle which was acquired by a call to osl_getVolumeInformation() or osl_acquireVolumeDeviceHandle().
- Parameters
扱う An oslVolumeDeviceHandle received by a call to osl_getVolumeInformation().
- Return
-
osl_File_E_None on success
- Todos
- 明示する all error codes that may be returned
- See Also
- osl_acquireVolumeDeviceHandle()
osl_getVolumeInformation()
- osl_removeDirectory
- extern "C"
oslFileError osl_removeDirectory( rtl_uString * pustrDirectoryURL );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- 除去する an empty directory.
- Parameters
pustrDirectoryURL 十分な qualified URL of the directory.
- Return
-
osl_File_E_None on success
osl_File_E_INVAL the 判型 of the parameters was not valid
osl_File_E_NOMEM not enough memory for 配分するing structures
osl_File_E_PERM 操作/手術 not permitted
osl_File_E_ACCES 許可 否定するd
osl_File_E_NOENT no such とじ込み/提出する or directory
osl_File_E_NOTDIR not a directory
osl_File_E_NOTEMPTY directory not empty
osl_File_E_FAULT bad 演説(する)/住所
osl_File_E_NAMETOOLONG とじ込み/提出する 指名する too long
osl_File_E_BUSY 装置 or 資源 busy
osl_File_E_ROFS read-only とじ込み/提出する system
osl_File_E_LOOP too many 象徴的な links 遭遇(する)d
osl_File_E_BUSY 装置 or 資源 busy
osl_File_E_EXIST とじ込み/提出する 存在するs
osl_File_E_IO on I/O errors
osl_File_E_MULTIHOP multihop 試みる/企てるd
osl_File_E_NOLINK link has been 厳しいd
- See Also
- osl_createDirectory()
- osl_removeFile
- extern "C"
oslFileError osl_removeFile( rtl_uString * pustrFileURL );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- 除去する a 正規の/正選手 とじ込み/提出する.
- Parameters
pustrFileURL 十分な qualified URL of the とじ込み/提出する to 除去する.
- Return
-
osl_File_E_None on success
osl_File_E_INVAL the 判型 of the parameters was not valid
osl_File_E_NOMEM not enough memory for 配分するing structures
osl_File_E_ACCES 許可 否定するd
osl_File_E_PERM 操作/手術 not permitted
osl_File_E_NAMETOOLONG とじ込み/提出する 指名する too long
osl_File_E_NOENT no such とじ込み/提出する or directory
osl_File_E_ISDIR is a directory
osl_File_E_ROFS read-only とじ込み/提出する system
osl_File_E_FAULT bad 演説(する)/住所
osl_File_E_LOOP too many 象徴的な links 遭遇(する)d
osl_File_E_IO on I/O errors
osl_File_E_BUSY 装置 or 資源 busy
osl_File_E_INTR 機能(する)/行事 call was interrupted
osl_File_E_LOOP too many 象徴的な links 遭遇(する)d
osl_File_E_MULTIHOP multihop 試みる/企てるd
osl_File_E_NOLINK link has been 厳しいd
osl_File_E_TXTBSY text とじ込み/提出する busy
- See Also
- osl_openFile()
- osl_searchFileURL
- extern "C"
oslFileError osl_searchFileURL( rtl_uString * pustrFileName, rtl_uString * pustrSearchPath, rtl_uString * * ppustrFileURL );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Searche a 十分な qualified system path or a とじ込み/提出する URL.
- Parameters
pustrFileName A system 扶養家族 path, a とじ込み/提出する URL, a とじ込み/提出する or 親族 directory.
pustrSearchPath A 名簿(に載せる)/表(にあげる) of system paths, in which a given とじ込み/提出する has to be searched. The Notation of a path 名簿(に載せる)/表(にあげる) is system dependend, e.g. on UNIX system "/usr/貯蔵所:/貯蔵所" and on Windows "C:\BIN;C:\BATCH". These paths are only for the search of a とじ込み/提出する or a 親族 path, さもなければ it will be ignored. If pustrSearchPath is NULL or while using the search path the search failed, the 機能(する)/行事 searches for a matching とじ込み/提出する in all system directories and in the directories 名簿(に載せる)/表(にあげる)d in the PATH 環境 variable. The value of an 環境 variable should be used (e.g. LD_LIBRARY_PATH) if the 報知係 is not aware of the Operating System and so doesn't know which path 名簿(に載せる)/表(にあげる) delimiter to use.
ppustrFileURL On success it receives the 十分な qualified とじ込み/提出する URL.
- Return
-
osl_File_E_None on success
osl_File_E_INVAL the 判型 of the parameters was not valid
osl_File_E_NOTDIR not a directory
osl_File_E_NOENT no such とじ込み/提出する or directory not 設立する
- See Also
- osl_getFileURLFromSystemPath()
osl_getSystemPathFromFileURL()
- osl_setFileAttributes
- extern "C"
oslFileError osl_setFileAttributes( rtl_uString * pustrFileURL, sal_uInt64 uAttributes );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- 始める,決める とじ込み/提出する せいにするs.
- Parameters
pustrFileURL The 十分な qualified とじ込み/提出する URL.
uAttributes せいにするs of the とじ込み/提出する to be 始める,決める.
- Return
-
osl_File_E_None on success
osl_File_E_INVAL the 判型 of the parameters was not valid
- See Also
- osl_getFileStatus()
- osl_setFilePos
- extern "C"
oslFileError osl_setFilePos( oslFileHandle 扱う, sal_uInt32 uHow, sal_Int64 uPos );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- 始める,決める the 内部の position pointer of an open とじ込み/提出する.
- Parameters
扱う 扱う to a とじ込み/提出する received by a previous call to osl_openFile().
uHow Distance to move the 内部の position pointer (from uPos).
uPos 絶対の position from the beginning of the とじ込み/提出する.
- Return
-
osl_File_E_None on success
osl_File_E_INVAL the 判型 of the parameters was not valid
osl_File_E_OVERFLOW the resulting とじ込み/提出する 相殺する would be a value which cannot be 代表するd 正確に for 正規の/正選手 とじ込み/提出するs
- See Also
- osl_openFile()
osl_getFilePos()
- osl_setFileSize
- extern "C"
oslFileError osl_setFileSize( oslFileHandle 扱う, sal_uInt64 uSize );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- 始める,決める the とじ込み/提出する size of an open とじ込み/提出する.
- Description
- 始める,決めるs the とじ込み/提出する size of an open とじ込み/提出する. The とじ込み/提出する can be truncated or 大きくするd by the 機能(する)/行事. The position of the とじ込み/提出する pointer is not affeced by this 機能(する)/行事.
- Parameters
扱う 扱う to a とじ込み/提出する received by a previous call to osl_openFile().
uSize New size in bytes.
- Return
-
osl_File_E_None on success
osl_File_E_INVAL the 判型 of the parameters was not valid
osl_File_E_OVERFLOW the resulting とじ込み/提出する 相殺する would be a value which cannot be 代表するd 正確に for 正規の/正選手 とじ込み/提出するs
- See Also
- osl_openFile()
osl_setFilePos()
osl_getFileStatus()
osl_getFileSize()
- osl_setFileTime
- extern "C"
oslFileError osl_setFileTime( rtl_uString * pustrFileURL, const TimeValue * aCreationTime, const TimeValue * aLastAccessTime, const TimeValue * aLastWriteTime );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- 始める,決める the とじ込み/提出する time.
- Parameters
pustrFileURL The 十分な qualified URL of the とじ込み/提出する.
aCreationTime 創造 time of the given とじ込み/提出する.
aLastAccessTime Time of the last 接近 of the given とじ込み/提出する.
aLastWriteTime Time of the last 修正するing of the given とじ込み/提出する.
- Return
-
osl_File_E_None on success
osl_File_E_INVAL the 判型 of the parameters was not valid
osl_File_E_NOENT no such とじ込み/提出する or directory not 設立する
- See Also
- osl_getFileStatus()
- osl_syncFile
- extern "C"
oslFileError osl_syncFile( oslFileHandle 扱う );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Synchronize the memory 代表 of a とじ込み/提出する with that on the physical medium.
- Description
- The 機能(する)/行事 確実にするs that all 修正するd data and せいにするs of the とじ込み/提出する associated with the given とじ込み/提出する 扱う have been written to the physical medium. In 事例/患者 the hard disk has a 令状 (武器などの)隠匿場所 enabled, the data may not really be on 永久の 貯蔵 when osl_syncFile returns.
- Parameters
扱う [in] 扱う to a とじ込み/提出する received by a previous call to osl_openFile().
- Return
-
- osl_File_E_None
- On success
- osl_File_E_INVAL
- The value of the input parameter is 無効の
In 新規加入 to these error codes others may occur 同様に, for instance:
- osl_File_E_BADF
- The とじ込み/提出する associated with the given とじ込み/提出する 扱う is not open for 令状ing
- osl_File_E_IO
- An I/O error occurred
- osl_File_E_NOSPC
- There is no enough space on the 的 装置
- osl_File_E_ROFS
- The とじ込み/提出する associated with the given とじ込み/提出する 扱う is 位置を示すd on a read only とじ込み/提出する system
- osl_File_E_TIMEDOUT
- A remote 関係 timed out. This may happen when a とじ込み/提出する is on a remote 場所
- See Also
- osl_openFile()
osl_writeFile()
- osl_unmapFile
- extern "C"
oslFileError osl_unmapFile( 無効の * pAddr, sal_uInt64 uLength );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Unmap a 株d とじ込み/提出する from memory.
- Since
- UDK 3.2.10
- osl_unmountVolumeDevice
- extern "C"
oslFileError osl_unmountVolumeDevice( oslVolumeDeviceHandle 扱う );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Unmount a 容積/容量 装置.
- Description
- Unmount the 容積/容量 明示するd by the given oslVolumeDeviceHandle.
- Parameters
扱う An oslVolumeDeviceHandle received by a call to osl_getVolumeInformation().
- Return
-
osl_File_E_None on success
- Todos
- 明示する all error codes that may be returned
- See Also
- osl_getVolumeInformation()
- osl_writeFile
- extern "C"
oslFileError osl_writeFile( oslFileHandle 扱う, const 無効の * pBuffer, sal_uInt64 uBytesToWrite, sal_uInt64 * pBytesWritten );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- 令状 a number of bytes to a とじ込み/提出する.
- Description
- 令状s a number of bytes to a とじ込み/提出する. The 内部の とじ込み/提出する pointer is 増加するd by the number of bytes read.
- Parameters
扱う 扱う to a とじ込み/提出する received by a previous call to osl_openFile().
pBuffer Points to a 衝撃を和らげるもの which 含む/封じ込めるs the data.
uBytesToWrite Number of bytes which should be written.
pBytesWritten On success the number of bytes which have 現実に been written.
- Return
-
osl_File_E_None on success
osl_File_E_INVAL the 判型 of the parameters was not valid
osl_File_E_FBIG とじ込み/提出する too large
osl_File_E_DQUOT 割当 越えるdosl_File_E_AGAIN 操作/手術 would 封鎖する
osl_File_E_BADF bad とじ込み/提出する
osl_File_E_FAULT bad 演説(する)/住所
osl_File_E_INTR 機能(する)/行事 call was interrupted
osl_File_E_IO on I/O errosr
osl_File_E_NOLCK no 記録,記録的な/記録する locks 利用できる
osl_File_E_NOLINK link has been 厳しいd
osl_File_E_NOSPC no space left on 装置
osl_File_E_NXIO no such 装置 or 演説(する)/住所
- See Also
- osl_openFile()
osl_readFile()
osl_setFilePos()
- osl_writeFileAt
- extern "C"
oslFileError osl_writeFileAt( oslFileHandle 扱う, sal_uInt64 uOffset, const 無効の * pBuffer, sal_uInt64 uBytesToWrite, sal_uInt64 * pBytesWritten );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- 令状 a number of bytes to a 明示するd 相殺する in a とじ込み/提出する.
- Description
- The 現在の position of the 内部の とじ込み/提出する pointer may or may not be changed.
- Since
- UDK 3.2.10
最高の,を越す of Page
Copyright © 2012, The Apache ソフトウェア 創立/基礎, Licensed under the Apache License, 見解/翻訳/版 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache ソフトウェア 創立/基礎. Other 指名するs may be trademarks of their 各々の owners.