Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.35 KB

createapplicationcontext-function.md

File metadata and controls

54 lines (41 loc) · 1.35 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: CreateApplicationContext Function
CreateApplicationContext Function
03/30/2017
CreateApplicationContext
fusion.dll
DLLExport
CreateApplicationContext
CreateApplicationContext function [.NET Framework fusion]
7bf8a141-b2c0-4058-9885-1cef7dcaa811
apiref

CreateApplicationContext Function

This function supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Syntax

HRESULT CreateApplicationContext (  
    [in]  IAssemblyName  *pName,  
    [out] LPPAPPLICATIONCONTEXT  *ppCtx  
 );  

Parameters

pName
[in] A pointer to a friendly name.

ppCtx
[out] A pointer to an application context.

Requirements

Platforms: See System Requirements.

Header: Fusion.h

Library: Included as a resource in Fusion.dll

.NET Framework Versions: [!INCLUDEnet_current_v20plus]

See also