Lines Matching full:data
25 static. Its internal structure consists of data blocks with a size of 20 bytes,
26 containing the following data:
39 - 0x1: Data block usage is expensive and must be explicitly enabled/disabled.
40 - 0x2: Data block contains WMI methods.
41 - 0x4: Data block contains ASCIZ string.
42 - 0x8: Data block describes a WMI event, use notification ID instead
52 If a data block does not contain WMI methods, then its content can be retrieved
54 are the method ID of the data block to query. Their single parameter is an
56 omitted if the data block contains only a single instance.
68 Used for executing WMI methods associated with a data block. The last two
69 characters of the ACPI method name are the method ID of the data block
73 containing the WMI method parameters. If the data block is marked as containing
81 the ACPI method are the notification ID of the data block describing the WMI
88 Similar to the ``WExx`` ACPI methods, except that it controls data collection
90 the method ID of the data block to enable/disable.
95 Used to retrieve additional WMI event data, its single parameter is a integer
98 queue to store WMI event data items. This queue will overflow after a couple
99 of WMI events are received without retrieving the associated WMI event data.