Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
One Instance
Message
De
26/11/2004 16:32:23
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Versions des environnements
Visual FoxPro:
VFP 7
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
00957965
Message ID:
00965049
Vues:
11
>>>Function IsAppRunning
>>> Lparameters tcSemaphoreName
>>> Local hsem, lpszSemName
>>> #Define ERROR_ALREADY_EXISTS 183
>>> Declare Integer GetLastError In win32API
>>> Declare Integer CreateSemaphore In WIN32API ;
>>> string @ lpSemaphoreAttributes, ;
>>> LONG lInitialCount, ;
>>> LONG lMaximumCount, ;
>>> string @ lpName
>>> hsem = CreateSemaphore(0,0,1,tcSemaphoreName)
>>> Return (hsem # 0 And GetLastError() == ERROR_ALREADY_EXISTS)
>>>Cetin
>
>I do not the answer Fabio, but what about including the HWND into the semaphore's name?, something like:
>
>lcSemaphoreName = tcSemaphoreName + "~" + transform(thisform.HWND)
>
>Then you can parse the name of the semaphore to get the Window Handle and activate it.
>
>Just a thought

I agree, but you have to enumerate the semaphores list, and, how do you do this?

Fabio
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform