Set Method
See Also 
SourceCode.Framework Namespace > Fusion.IApplicationContext Interface : Set Method



szName
pvValue
cbValue
dwFlags

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Sub Set( _
   ByVal szName As String, _
   ByVal pvValue As Integer, _
   ByVal cbValue As UInteger, _
   ByVal dwFlags As UInteger _
) 
Visual Basic (Usage) Copy Code
Dim instance As Fusion.IApplicationContext
Dim szName As String
Dim pvValue As Integer
Dim cbValue As UInteger
Dim dwFlags As UInteger
 
instance.Set(szName, pvValue, cbValue, dwFlags)
C#  
void Set( 
   string szName,
   int pvValue,
   uint cbValue,
   uint dwFlags
)
C++/CLI  
void Set( 
   String^ szName,
   int pvValue,
   uint cbValue,
   uint dwFlags
) 

Parameters

szName
pvValue
cbValue
dwFlags

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also