4 references to S_OK
WindowsBase (4)
Shared\MS\Internal\TextServicesLoader.cs (1)
120if (UnsafeNativeMethods.TF_CreateThreadMgr(out threadManager) == NativeMethods.S_OK)
Shared\MS\Win32\SafeNativeMethodsCLR.cs (1)
598if(hr != NativeMethods.S_OK)
Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (2)
4081int hr = NativeMethods.S_OK; 4086int hrcurrent = NativeMethods.S_OK;