Skip to content

Latest commit

 

History

History
83 lines (63 loc) · 2.75 KB

nf-filehc-producedotstuffedcontext.md

File metadata and controls

83 lines (63 loc) · 2.75 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
NF:filehc.ProduceDotStuffedContext
ProduceDotStuffedContext function (filehc.h)
Retrieves the FIO_CONTEXT structure with the requested state.
ProduceDotStuffedContext
ProduceDotStuffedContext function [Windows API]
filehc/ProduceDotStuffedContext
winprog._producedotstuffedcontext
winprog\_producedotstuffedcontext.htm
winprog
6fbac935-339d-4744-9359-7b3b85bfb7c6
12/05/2018
ProduceDotStuffedContext, ProduceDotStuffedContext function [Windows API], filehc/ProduceDotStuffedContext, winprog._producedotstuffedcontext
filehc.h
Windows
Fcachdll.lib
Fcachdll.dll
Windows
19H1
ProduceDotStuffedContext
filehc/ProduceDotStuffedContext
c++
APIRef
kbSyntax
DllExport
Fcachdll.dll
ProduceDotStuffedContext

ProduceDotStuffedContext function

-description

Retrieves the FIO_CONTEXT structure with the requested state.

-parameters

-param pContext [in]

A pointer to an FIO_CONTEXT structure.

-param lpstrName [in]

Not currently used.

-param fWantItDotStuffed [in]

Specifies whether the FIO_CONTEXT structure should be dot stuffed. If TRUE, dots should be added. If FALSE, dots should be removed.

-returns

Returns the FIO_CONTEXT structure.

-remarks

This call may or may not create a new FIO_CONTEXT structure. If a new structure is created, it remains in the cache so that it can be used again. If a new structure is created, the user has the only reference to the resulting FIO_CONTEXT structure, so it disappears when ReleaseContext is called.

-see-also

FIO_CONTEXT

ReleaseContext