4 references to STREAM_SEEK_SET
WindowsBase (4)
Base\MS\Internal\IO\Packaging\CompoundFile\CFStream.cs (2)
123
SafeNativeCompoundFileConstants.
STREAM_SEEK_SET
,
171
translatedSeekOrigin = SafeNativeCompoundFileConstants.
STREAM_SEEK_SET
;
Base\MS\Internal\IO\Packaging\CompoundFile\NativeCompoundFileAPIs.cs (1)
721
if (dlibMove < 0 && dwOrigin == SafeNativeCompoundFileConstants.
STREAM_SEEK_SET
)
Base\System\IO\Packaging\CompoundFile\StreamInfo.cs (1)
752
cloneStream.Seek( 0, SafeNativeCompoundFileConstants.
STREAM_SEEK_SET
, out dummy );