Skip to content

Latest commit

 

History

History
122 lines (78 loc) · 1.94 KB

image-v0-load.md

File metadata and controls

122 lines (78 loc) · 1.94 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Image_V0_Load class - This class is the event type class for image load events. The following syntax is simplified from MOF code.
e2836153-8e4f-4c7f-9542-9402ed9e4356
Image_V0_Load class
reference
05/31/2018
APIRef
kbSyntax
Image_V0_Load
Image_V0_Load.BaseAddress
Image_V0_Load.ModuleSize
Image_V0_Load.ImageFileName
NA

Image_V0_Load class

This class is the event type class for image load events.

The following syntax is simplified from MOF code.

Syntax

[EventType(10), EventTypeName("Load")]
class Image_V0_Load
{
  uint32 BaseAddress;
  uint32 ModuleSize;
  string ImageFileName;
};

Members

The Image_V0_Load class has these types of members:

Properties

The Image_V0_Load class has these properties.

BaseAddress

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId(1), Pointer

Base address of the application in which the image is loaded.

ImageFileName

Data type: string

Access type: Read-only

Qualifiers: WmiDataId(3), StringTermination("NullTerminated"), Format("w")

File name and extension of the DLL or executable image to load.

ModuleSize

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId(2)

Size of the image.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]

See also

Image_V0