lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



Merged!...

Thanks again Denis,
Daniel


Denis Povshedny escribió:
Hi Daniel!

I found library very useful. In my application I also need to be able to
start service, so I implement StartService by your pattern. Here's a
update if you are interested.
In addition to StartService there's a definition of some service-related
win32 contants and initial revision for QueryServiceConfig.

WBR, Denis

-----Original Message-----
From: lua-bounces@bazar2.conectiva.com.br
[mailto:lua-bounces@bazar2.conectiva.com.br] On Behalf Of Daniel
Quintela
Sent: Monday, August 21, 2006 10:00 PM
To: Lua list
Subject: [ANN] Win32 API wrappers - General API 1.0.6 beta


Hi everybody:

A new release of General Win32 API wrappers is ready to download.

* Lua 5.1 ready.
* New functions:
     - IsUserAdmin (not a std Win32 api)
     - OpenProcess
     - IsRunning
     - GetWindowThreadProcessId
     - OpenSCManager
     - OpenService
     - CloseServiceHandle
     - QueryServiceStatus
     - ControlService
     - DeleteService

Best regards,
Daniel