InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util.Win Namespace / Win32 Class / GetGuiResources Method

In This Topic
    GetGuiResources Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetGuiResources( _
       ByVal hProcess As IntPtr, _
       ByVal uiFlags As Integer _
    ) As Integer
    public static int GetGuiResources( 
       IntPtr hProcess,
       int uiFlags
    )

    Parameters

    hProcess
    uiFlags
    See Also