GLibWMI Component Library 1.8beta
===========================================================
Copyright  Germn Estvez (Neftal). Todos los derechos reservados.
German_ral@hotmail.com
Futuras versiones del componente en:
http://neftali.clubdelphi.com/


HISTORY
==============================

Versin 1.8b (23/01/2010)

Aadidos nuevos componentes a esta versin:
New components at this version:

+ CPrintJobInfo: 
---------------------
Representa un job de impresin generado por una aplicacin 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 caractersticas de las particiones creadas sobre un disco 
fsico 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 vaco, cuando s tenan valor. 

Corregido error al acceder a la informacin de un componente si la consulta a WMI devolva vaca.
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 prdida 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 mthod 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:	Informacin acerca de los procesos que se ejecutan automticamente 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 ms informacin 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/explicacin a la direccion:
  german_ral@hotmail.com
  Cuando los corrija o amplie te har llegar un mensaje de actualizacin.
  
  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 informacin de la BIOS del ordenador. Basta con 
  soltar el componente en el formulario y activarlo.
  

Utilizacin/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  * Creacin. 


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.