IUIHostLocale3.LoadUILibrary Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
LoadUILibrary(String, String, UInt32, IntPtr) | |
LoadUILibrary(String, String, UInt32, UInt32) |
LoadUILibrary(String, String, UInt32, IntPtr)
public:
int LoadUILibrary(System::String ^ lpstrPath, System::String ^ lpstrDllName, System::UInt32 dwExFlags, [Runtime::InteropServices::Out] IntPtr % phinstOut);
public int LoadUILibrary (string lpstrPath, string lpstrDllName, uint dwExFlags, out IntPtr phinstOut);
abstract member LoadUILibrary : string * string * uint32 * nativeint -> int
Public Function LoadUILibrary (lpstrPath As String, lpstrDllName As String, dwExFlags As UInteger, ByRef phinstOut As IntPtr) As Integer
Parameters
- lpstrPath
- String
- lpstrDllName
- String
- dwExFlags
- UInt32
- phinstOut
-
IntPtr
nativeint
Returns
Implements
Remarks
This method is safe to access from any thread.
Applies to
LoadUILibrary(String, String, UInt32, UInt32)
public:
int LoadUILibrary(System::String ^ lpstrPath, System::String ^ lpstrDllName, System::UInt32 dwExFlags, [Runtime::InteropServices::Out] System::UInt32 % phinstOut);
public int LoadUILibrary (string lpstrPath, string lpstrDllName, uint dwExFlags, out uint phinstOut);
abstract member LoadUILibrary : string * string * uint32 * uint32 -> int
Public Function LoadUILibrary (lpstrPath As String, lpstrDllName As String, dwExFlags As UInteger, ByRef phinstOut As UInteger) As Integer
Parameters
- lpstrPath
- String
- lpstrDllName
- String
- dwExFlags
- UInt32
- phinstOut
- UInt32