6 references to SafeModuleHandle
ReachFramework (6)
MS\Internal\Printing\Configuration\COMPSTUISRID.cs (4)
34
SafeModuleHandle
handle = EnsureModuleHandle();
63
SafeModuleHandle
handle = this._compstuiHandle;
71
private
SafeModuleHandle
EnsureModuleHandle()
82
private
SafeModuleHandle
_compstuiHandle;
MS\Internal\Printing\Configuration\UnsafeNativeMethods.cs (2)
288
public static extern int LoadStringW(
SafeModuleHandle
hInstance, uint uID, StringBuilder lpBuffer, int nBufferMax);
291
public static extern
SafeModuleHandle
LoadLibraryExW(string lpFileName, IntPtr hFile, LoadLibraryExFlags dwFlags);