このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。

翻訳前ページへ


全世界の 機能(する)/行事s in Namespace in Sourcefile module.h
Language

The 解放する/自由な and Open 生産性 控訴
解放(する)d: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


全世界の 機能(する)/行事s in 全世界の Namespace C++
in Sourcefile module.h


osl_getAsciiFunctionSymbol
extern "C"
oslGenericFunction osl_getAsciiFunctionSymbol(
oslModule Module,
const sal_Char * pSymbol );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Lookup the 明示するd 機能(する)/行事 symbol 指名する.
Description
osl_getAsciiFunctionSymbol is an 代案/選択肢 機能(する)/行事 for osl_getFunctionSymbol. It 推定する/予想するs the C-style 機能(する)/行事 指名する string to 含む/封じ込める ascii characters only.
Parameters
Module
    [in] a module 扱う as returned by osl_loadModule or osl_getModuleHandle

    
pFunctionSymbolName
    [in] 指名する of the 機能(する)/行事 that will be looked up. 
   
    
Return
機能(する)/行事 演説(する)/住所.
on success
NULL
lookup failed or the parameter are 無効の.
See Also
osl_getModuleHandle
osl_getFunctionSymbol

osl_getFunctionSymbol
extern "C"
oslGenericFunction osl_getFunctionSymbol(
oslModule Module,
rtl_uString * ustrFunctionSymbolName );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Lookup the 明示するd 機能(する)/行事 symbol 指名する.
Description
osl_getFunctionSymbol is an 代案/選択肢 機能(する)/行事 for osl_getSymbol. Use 機能(する)/行事 pointer as symbol 演説(する)/住所 to 隠す type 転換.
Parameters
Module
    [in] the 扱う of the Module.

    
ustrFunctionSymbolName
    [in] 指名する of the 機能(する)/行事 that will be looked up.
   
    
Return
機能(する)/行事 演説(する)/住所.
on success
NULL
lookup failed or the parameter are 無効の.
See Also
osl_getSymbol
osl_getAsciiFunctionSymbol

osl_getModuleHandle
extern "C"
sal_Bool osl_getModuleHandle(
rtl_uString * pModuleName,
oslModule * pResult );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Retrieve the 扱う of an already 負担d module.
Description
This 機能(する)/行事 can be used to search for a 機能(する)/行事 symbol in the 過程 演説(する)/住所 space. Do not use the returned 扱う as an argument to osl_unloadModule. On Unix 壇・綱領・公約s, pModuleName gets ignored and the special 扱う RTLD_DEFAULT is returned.
Parameters
pModuleName
    [in] denotes the 指名する of the module to search for. Ignored on Unix
    
    
pResult
    [out] a pointer to a oslModule that is updated with the requested module 扱う
    on success.
    
    
Return
sal_True if the module 扱う could be retrieved and has been copied to *pResult. sal_False if the module has not been 負担d yet.
See Also
osl_getFunctionSymbol
osl_getAsciiFunctionSymbol

osl_getModuleURLFromAddress
extern "C"
sal_Bool osl_getModuleURLFromAddress(
無効の * pv,
rtl_uString * * pustrURL );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Lookup URL of module which is mapped at the 明示するd 演説(する)/住所.
Parameters
pv
明示するs an 演説(する)/住所 in the 過程 memory space.
pustrURL
receives the URL of the module that is mapped at pv.
Return
sal_True on success, sal_False if no module can be 設立する at the 明示するd 演説(する)/住所.

osl_getModuleURLFromFunctionAddress
extern "C"
sal_Bool osl_getModuleURLFromFunctionAddress(
oslGenericFunction pf,
rtl_uString * * pustrFunctionURL );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
Lookup URL of module which is mapped at the 明示するd 機能(する)/行事 演説(する)/住所.
Description
osl_getModuleURLFromFunctionAddress is an 代案/選択肢 機能(する)/行事 for osl_getModuleURLFromAddress. Use 機能(する)/行事 pointer as symbol 演説(する)/住所 to 隠す type 転換.
Parameters
pf
    [in] 機能(する)/行事 演説(する)/住所 in oslGenericFunction 判型.
           
    
pustrFunctionURL
    [out] receives the URL of the module that is mapped at pf.
   
    
Return
sal_True
on success
sal_False
no module can be 設立する at the 明示するd 機能(する)/行事 演説(する)/住所 or parameter is somewhat 無効の.
See Also
osl_getModuleURLFromAddress

osl_getSymbol
extern "C"
無効の * osl_getSymbol(
oslModule Module,
rtl_uString * strSymbolName );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
lookup the 明示するd symbol 指名する.
Return
演説(する)/住所 of the symbol or NULL if lookup failed.

osl_loadModule
extern "C"
oslModule osl_loadModule(
rtl_uString * strModuleName,
sal_Int32 nRtldMode );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
負担 a 株d library or module.
Parameters
strModuleName
denotes the 指名する of the module to be 負担d.
Return
NULL if the module could not be 負担d, さもなければ a 扱う to the module.

osl_loadModuleRelative
extern "C"
oslModule osl_loadModuleRelative(
oslGenericFunction baseModule,
rtl_uString * relativePath,
sal_Int32 方式 );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
負担 a module 位置を示すd 親族 to some other module.
Parameters
baseModule
    must point to a 機能(する)/行事 that is part of the code of some 負担d module;
    must not be NULL.

    
relativePath
    a 親族 URL; must not be NULL.

    
方式
    the SAL_LOADMODULE_xxx 旗s.

    
Return
a 非,不,無-NULL 扱う to the 負担d module, or NULL if an error occurred.
Since
UDK 3.2.8

osl_unloadModule
extern "C"
無効の osl_unloadModule(
oslModule Module );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
解放(する) the module

最高の,を越す of Page

Apache Software Foundation

Copyright & License | Privacy | 接触する Us | 寄付する | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are 登録(する)d trademarks of The Apache ソフトウェア 創立/基礎. The Apache feather logo is a trademark of The Apache ソフトウェア 創立/基礎. Other 指名するs appearing on the 場所/位置 may be trademarks of their 各々の owners.