Scroll to navigation

StgIsStorageFile(3w) Wine API 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

Declared in "objbase.h".
Implemented in "dlls/ole32/storage32.c".
Debug channel "storage".
Oct 2012 Wine API