SetDotStuffState function (filehc.h)
Enables dot stuffing to be set in an FIO_CONTEXT structure.
Syntax
void SetDotStuffState(
[in] FIO_CONTEXT *pContext,
[in] BOOL fKnown,
[in] BOOL fRequiresStuffing
);
Parameters
[in] pContext
A pointer to the FIO_CONTEXT structure to be examined.
[in] fKnown
Specifies whether the dot stuff state is known. If TRUE, the message requires dot stuffing and the fRequiresStuffing parameter becomes meaningful.
[in] fRequiresStuffing
Specifies whether dot stuffing is required. If fKnown is TRUE, fRequiresStuffing can be either TRUE or FALSE. If fKnown is FALSE, fRequiresStuffing is ignored.
Return value
None
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | filehc.h |
Library | Fcachdll.lib |
DLL | Fcachdll.dll |