Visual Assert – The Unit Testing Add-In for Visual C++
cfix – C/C++ Unit Testing for Win32 and NT
 
 

CfixPeSetValue

CfixPeSetValue

Synopsis

CfixPeSetValue sets the user-defined value associated with the currently executing fixture on the current thread.

Declaration
VOID CfixPeSetValue(
	__in ULONG Reserved,
	__in_opt PVOID Value
	);
				
Parameters

[in] Reserved: must be 0.

[in] Value: the value to be set.

Remarks

See CfixPeGetValue for a discussion and example code.

Requirements

Table 7.13. 

 User ModeKernel Mode
Available since1.21.2
HeaderDeclared in cfix.hDeclared in cfix.h
LibraryLink to cfix.libLink to cfixkdrv.lib
DLLcfix.dllN/A
IRQLN/ACallable at any IRQL