Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Gets information about this module.
Syntax
HRESULT GetInfo(
MODULE_INFO_FIELDS dwFields,
MODULE_INFO* pInfo
);
int GetInfo(
enum_MODULE_INFO_FIELDS dwFields,
MODULE_INFO[] pInfo
);
Parameters
dwFields
[in] A combination of flags from the MODULE_INFO_FIELDS enumeration that specify which fields of pInfo are to be filled out.
pInfo
[in, out] A MODULE_INFO structure that is filled in with a description of the module.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
The MODULE_INFO structure contains the name of the module that is displayed in the Modules window.