3 references to S_OK
Microsoft.DotNet.SignCheckLibrary (3)
Interop\StructuredStorage.cs (2)
50
if ((hresult ==
S_OK
) && (rootStorage != null))
112
int hr = StructuredStorage.
S_OK
;
Verification\OleStorageSecurityInfoProvider.cs (1)
34
if (hr != StructuredStorage.
S_OK
|| storage == null)