38 references to S_OK
Microsoft.Private.Windows.Core (38)
System\IO\StreamExtensions.cs (3)
26
/// <returns><see cref="HRESULT.
S_OK
"/> if successful.</returns>
45
return HRESULT.
S_OK
;
71
return HRESULT.
S_OK
;
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (10)
59
return HRESULT.
S_OK
;
65
return HRESULT.
S_OK
;
189
return HRESULT.
S_OK
;
228
return HRESULT.
S_OK
;
247
return HRESULT.
S_OK
;
319
return HRESULT.
S_OK
;
373
return HRESULT.
S_OK
;
391
return HRESULT.
S_OK
;
410
return HRESULT.
S_OK
;
430
return HRESULT.
S_OK
;
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (2)
651
while (enumFORMATETC.Value->Next(1, &formatEtc) == HRESULT.
S_OK
)
735
return hr == HRESULT.
S_OK
;
System\Private\Windows\Ole\Composition.RuntimeToNativeAdapter.cs (5)
55
return HRESULT.
S_OK
;
86
return hr.Succeeded ? HRESULT.
S_OK
: HRESULT.E_NOINTERFACE;
103
return HRESULT.
S_OK
;
129
return HRESULT.
S_OK
;
151
return HRESULT.
S_OK
;
System\Private\Windows\Ole\FormatEnumerator.cs (4)
81
return (int)HRESULT.
S_OK
;
92
return (int)HRESULT.
S_OK
;
98
return (int)HRESULT.
S_OK
;
145
return HRESULT.
S_OK
;
Windows\Win32\Foundation\GlobalBuffer.cs (1)
45
public HRESULT Status { get; private set; } = HRESULT.
S_OK
;
Windows\Win32\Foundation\HRESULT.cs (1)
49
?
S_OK
Windows\Win32\System\Com\ComHelpers.cs (2)
76
/// Typically either <see cref="HRESULT.
S_OK
"/> or <see cref="HRESULT.E_POINTER"/>. Check for success, not
126
result = HRESULT.
S_OK
;
Windows\Win32\System\Com\ComManagedStream.cs (10)
60
return HRESULT.
S_OK
;
69
return HRESULT.
S_OK
;
112
return HRESULT.
S_OK
;
130
return HRESULT.
S_OK
;
182
return HRESULT.
S_OK
;
185
return HRESULT.
S_OK
;
191
return HRESULT.
S_OK
;
220
return HRESULT.
S_OK
;
227
HRESULT IStream.Interface.Revert() => HRESULT.
S_OK
;
247
return HRESULT.
S_OK
;