Program.Initialize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes the non visual aspects of the application
public:
static int Initialize();
public:
static int Initialize();
static int Initialize();
public static int Initialize();
static member Initialize : unit -> int
Public Shared Function Initialize () As Integer
Returns
Returned -1 if initialization failed or 0 if it succeded