-
Notifications
You must be signed in to change notification settings - Fork 26
/
leeme.txt
175 lines (123 loc) · 6.26 KB
/
leeme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
GLibWMI Component Library 1.8beta
===========================================================
Copyright © Germán Estévez (Neftalí). Todos los derechos reservados.
German_ral@hotmail.com
Futuras versiones del componente en:
http://neftali.clubdelphi.com/
HISTORY
==============================
Versión 1.8b (23/01/2010)
Añadidos nuevos componentes a esta versión:
New components at this version:
+ CPrintJobInfo:
---------------------
Representa un job de impresión generado por una aplicación Windows.
Represent a print job generatyed by Windows Application.
+ CUSBControllerInfo:
---------------------
Representa la clase para manejar las capacidades del Universal Serial Bus (USB).
Class for manage capabilities of Universal Serial Bus (USB).
+ CDiskPartitionInfo:
---------------------
Representa las características de las particiones creadas sobre un disco
físico en un sistema Windows.
Represents the capabilities and management capacity of a partitioned area
of a physical disk on a computer system running Windows
+ CEnvironmentInfo:
---------------------
Representa un entorno o entorno de sistema en un ordenador con Windows.
represents an environment or system environment setting on a Windows computer system.
Otros/Others:
Corregido error al acceder a las propiedades (algunos componentes).
Corrected bug on access string properties (some components)
Corrected bug; Delphi2009 returned some empty properties (internally with value).
Corregido; En delphi 2009 algunas propiedades retoirnaban valor vacío, cuando sí tenían valor.
Corregido error al acceder a la información de un componente si la consulta a WMI devolvía vacía.
Corrected bug on access component information if the query returned an empty set.
CComputerSystemInfo;
Error al acceder a la propiedad OEMLogoBitmap, que provocaba que
"saltaran" erores al consultarla.
Error on access OEMLogoBitmap property.
Corregido error de pérdida de memoria al acceder a las propiedades.
Corrected memory leaks on examine objects properties.
(Thakns DrKiroCorp)
P.D: Excuse-me for my bad english. It's not my natural language.
===========================================================================
Version 1.6b (22/01/2010)
* Added new components:
+ CNetworkAdapterInfo: Information about adapter installed on computer.
+ CUserAccountInfo: Information about user account in the computer.
+ CShareInfo: Information about shared resources on the computer.
* Addded Methos to some components:
+ CComputerSystemInfo:
- Added méthod RENAME
+ CProcessInfo:
- Adeed methods Terminate, SetPriority, GetOwner, GetOwnerSID
+ CServiceInfo:
- Added methods InterrogateService, StartService, StopService, PauseService, ResumeService
ChangeStartModeService.
* Corrected some bug on retry component properties (Access Violation on demo).
* Added demo to Test the ServiceInfo component; Access installed services on computer and
charge properties, State,....
===========================================================================
version 1.3b (11/01/2010)
* Corrected some bugs of Generic Demo application.
* Added new components:
+ CProcessInfo: Information about the process executing in system.
+ CServiceInfo: Information about the services in system
+ CDesktopMonitorInfo: Information about monitor or visualization device installed in system.
+ CComputerSystemInfo: Information about the computer running Windows based system.
+ CStartupCommandInfo: Información acerca de los procesos que se ejecutan automáticamente cuando
el usuario hace el Login en el sistema.
RESTRICCIONES/RESTRICTIONS
===============================
Estos componentes hacen uso de la WMI de Windows
(Windows Management Instrumentation).
Funciona con sistemas Windows 2000 y posteriores (W2k, WXP, W2003, Windows7,...).
Para más información consultar:
"Operating System Availability of WMI Components"
http://msdn.microsoft.com/en-us/library/aa392726%28VS.85%29.aspx
This library use the WMI (Windows Management Instrumentation).
It can be used on Windows 2000 and later versions.
More information on:
"Operating System Availability of WMI Components"
http://msdn.microsoft.com/en-us/library/aa392726%28VS.85%29.aspx
CONTACTO/CONTACT
=========================
Por favor, si tienes sugerencias o errores sobre éste componente hazme llegar un
correo con la propuesta/explicación a la direccion:
german_ral@hotmail.com
Cuando los corrija o amplie te haré llegar un mensaje de actualización.
IMPORTANTE: Para detectar errores puede ser de gran ayuda enviar en el correo
el contenido de la propiedad AllProperties del componente afectado.
IMPORTANT: To detect errors can be very helpful, send in the mail
content of AllProperties property of the affected component.
Gracias/Thanks.
DESCRIPCION
=========================
Permite obtener mediante WMI información de la BIOS del ordenador. Basta con
soltar el componente en el formulario y activarlo.
Utilización/Usage:
=========================
Coloque el componente en el formulario y activelo. Consulte las propiedades.
Place the component in the form and enable it. Read the properties with values.
HISTORIAL
=========================
16/10/2009 * Creación.
LICENSE
=========================
TBIOSInfo component is freeware. You may copy component's files AS
LONG AS YOU COPY ALL OF THEM. If you want to change the source code in
order to improve the component's features, performance, etc. please
send me the new source code so that I can have a look at it. The
changed source code should contain descriptions what you have changed,
and of course your name. The only thing you MAY NOT CHANGE is the
ORIGINAL COPYRIGHT INFORMATION.
ADVICE
==========================
TBIOSInfo is provided "AS IS" without any warranty of any kind,
either express or implied. The entire risk as to the quality and
performance of the software is with you. The author is NOT liable for
any DAMAGES resulting from the use and misuse of the component,
especially he is NOT liable for DAMAGES that were caused BY ANY
VERSION WHICH HAS NOT BEEN PROGRAMMED BY THE AUTHOR HIMSELF.