StgIsStorageFile.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/ole32/storage32.c".

Debug channel "storage".