Skip to content

Latest commit

 

History

History
79 lines (62 loc) · 2 KB

nc-filehc-fcache_create_callback.md

File metadata and controls

79 lines (62 loc) · 2 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NC:filehc.FCACHE_CREATE_CALLBACK
FCACHE_CREATE_CALLBACK (filehc.h)
A callback function that is used to create items in the cache. (FCACHE_CREATE_CALLBACK)
FCACHE_CREATE_CALLBACK
FCACHE_CREATE_CALLBACK callback
FCACHE_CREATE_CALLBACK callback function [Windows API]
filehc/FCACHE_CREATE_CALLBACK
winprog.fcache_create_callback
winprog\fcache_create_callback.htm
winprog
e6e20409-3cbc-4d04-b861-ebed7d15af6a
12/05/2018
FCACHE_CREATE_CALLBACK, FCACHE_CREATE_CALLBACK callback, FCACHE_CREATE_CALLBACK callback function [Windows API], filehc/FCACHE_CREATE_CALLBACK, winprog.fcache_create_callback
filehc.h
Windows
Windows
19H1
FCACHE_CREATE_CALLBACK
filehc/FCACHE_CREATE_CALLBACK
c++
APIRef
kbSyntax
UserDefined
Filehc.h
FCACHE_CREATE_CALLBACK

FCACHE_CREATE_CALLBACK callback function

-description

A callback function that is used to create items in the cache. It is called by the CacheCreateFile function.

-parameters

-param lpstrName [in]

The name of the file.

-param lpvData [in]

User-provided data to CacheCreateFile.

-param cbFileSize [out]

The size of the file.

-param cbFileSizeHigh [out]

The location to return the high DWORD of the file size.

-returns

Returns a handle to the file created in the cache.

-see-also

CacheCreateFile