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



szName
pvValue
pcbValue
dwFlags

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Sub Get( _
   ByVal szName As String, _
   ByRef pvValue As Integer, _
   ByRef pcbValue 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 pcbValue As UInteger
Dim dwFlags As UInteger
 
instance.Get(szName, pvValue, pcbValue, dwFlags)
C#  
void Get( 
   string szName,
   out int pvValue,
   ref uint pcbValue,
   uint dwFlags
)
C++/CLI  
void Get( 
   String^ szName,
   [Out] int pvValue,
   uint% pcbValue,
   uint dwFlags
) 

Parameters

szName
pvValue
pcbValue
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