StgIsStorageFile(3w)
NAME
StgIsStorageFile (OLE32.@)
SYNOPSIS
HRESULT StgIsStorageFile
(
LPCOLESTR fn
)
DESCRIPTION
Verify if the file contains a storage object.
PARAMS
fn [ I] Filename.
RETURNS
S_OK if file has magic bytes as a storage object S_FALSE if file is not
storage
IMPLEMENTATION
Defined in "objbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ole32/storage32.c".
- Debug channel "storage".