Skip to content

Latest commit

 

History

History
76 lines (64 loc) · 3.54 KB

nf-wbemglue-cwbemproviderglue-frameworklogindll(lpcwstr).md

File metadata and controls

76 lines (64 loc) · 3.54 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:wbemglue.CWbemProviderGlue.FrameworkLoginDLL(LPCWSTR)
CWbemProviderGlue::FrameworkLoginDLL (wbemglue.h)
The FrameworkLoginDLL method is called when the DLL_PROCESS_ATTACH value is sent to DllMain to determine whether the provider server can be loaded. (overload 1/2)
?FrameworkLoginDLL@CWbemProviderGlue@@SAHPEBG@Z
?FrameworkLoginDLL@CWbemProviderGlue@@SGHPBG@Z
CWbemProviderGlue interface [Windows Management Instrumentation]
FrameworkLoginDLL method
CWbemProviderGlue.FrameworkLoginDLL
CWbemProviderGlue::FrameworkLoginDLL
FrameworkLoginDLL
FrameworkLoginDLL method [Windows Management Instrumentation]
FrameworkLoginDLL method [Windows Management Instrumentation]
CWbemProviderGlue interface
_hmm_cwbemproviderglue_frameworklogindll
wbemglue/CWbemProviderGlue::FrameworkLoginDLL
wmi.cwbemproviderglue_frameworklogindll
wmi\cwbemproviderglue_frameworklogindll.htm
wmi
b701c70a-73f6-48b7-ab90-bbde1d29c9a2
12/05/2018
?FrameworkLoginDLL@CWbemProviderGlue@@SAHPEBG@Z, ?FrameworkLoginDLL@CWbemProviderGlue@@SGHPBG@Z, CWbemProviderGlue interface [Windows Management Instrumentation],FrameworkLoginDLL method, CWbemProviderGlue.FrameworkLoginDLL, CWbemProviderGlue::FrameworkLoginDLL, FrameworkLoginDLL, FrameworkLoginDLL method [Windows Management Instrumentation], FrameworkLoginDLL method [Windows Management Instrumentation],CWbemProviderGlue interface, _hmm_cwbemproviderglue_frameworklogindll, wbemglue/CWbemProviderGlue::FrameworkLoginDLL, wmi.cwbemproviderglue_frameworklogindll
wbemglue.h
FwCommon.h
Windows
Windows Vista
Windows Server 2008
FrameDyn.lib
FrameDynOS.dll; FrameDyn.dll
Windows
19H1
CWbemProviderGlue::FrameworkLoginDLL
wbemglue/CWbemProviderGlue::FrameworkLoginDLL
c++
APIRef
kbSyntax
DllExport
FrameDynOS.dll
FrameDyn.dll
CWbemProviderGlue.FrameworkLoginDLL
?FrameworkLoginDLL@CWbemProviderGlue@@SAHPEBG@Z
?FrameworkLoginDLL@CWbemProviderGlue@@SGHPBG@Z

CWbemProviderGlue::FrameworkLoginDLL

-description

[The CWbemProviderGlue class is part of the WMI Provider Framework which is now considered in final state, and no further development, enhancements, or updates will be available for non-security related issues affecting these libraries. The MI APIs should be used for all new development.]

The FrameworkLoginDLL method is called when the DLL_PROCESS_ATTACH value is sent to DllMain to determine whether the provider server can be loaded.

-parameters

-param name

Name of the server that is loaded.

-returns

The method returns TRUE if the server can be loaded and FALSE if the server cannot be loaded.

-remarks

The FrameworkLoginDLL method should be called from DllMain when the fdwReason parameter has the value DLL_PROCESS_ATTACH. If FrameworkLoginDLL returns FALSE, the server should return FALSE from DllMain to fail the load.