Displaying 7 results from an estimated 7 matches for "enumservicesstatusexa".
2010 Sep 04
2
"Bus Driver" Game cannot complete registration
...ort and I can see libssl.so and libcrypto.so used by
the process running the game. Tested on wine 1.2 and 1.3.0.
With regards, Pavel.
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:service:EnumServicesStatusExA 0x12d048 level=0 type=3b state=1 0x33fe58 2c 0x33fe54 0x33fe44 0x33fe4c (null)
fixme:service:EnumServicesStatusExA 0x12d048 level=0 type=3b state=1 0xa80000 33fea0 0x33fe54 0x33fe44 0x33fe4c (null)
fixme:wininet:INET_QueryOption INTERNET_OPTION_CONNECTED_STATE: semi-stub
fixme:wininet:InternetSetOp...
2007 Apr 27
0
Wine release 0.9.36
...->pCF and then query this for the requested interface.
Rolf Kalbermatter (6):
advapi32: Implement QueryServiceStatusEx.
advapi32: Make QueryServiceStatus use QueryServiceStatusEx.
advapi32: Make SERVICE_STATUS_PROCESS match the declaration in MSDN and PSDK.
advapi32: Add EnumServicesStatusExA/W stub implementation.
advapi32: Make struct service_data_t have the new SERVICE_STATUS_PROCESS struct.
advapi32: Make service_start_process return the pid to the caller.
Stefan D?singer (15):
d3d: Enumerate palettized formats for ddraw.
d3d: Remove dependency on ddraw.h he...
2007 May 11
0
Wine release 0.9.37
...no share mode given then DENY_NONE is the default" to before the validateSTGM check.
setupapi: SetupOpenInfFile returns INVALID_HANDLE_VALUE on failure, not NULL.
Rolf Kalbermatter (4):
advapi32: Store process ID into status structure on startup.
advapi32: Add prototypes for EnumServicesStatusExA/W.
advapi32: Implement GetServiceDisplayNameA.
advapi32: Implement GetServiceDisplayNameW.
Stefan D?singer (42):
ddraw: Search for d3d primary a bit differently.
ddraw: Do not access the surface connection structure directly in SetPalette.
ddraw: Move the additional s...
2011 Aug 26
0
Wine release 1.3.27
...ulliard (16):
kernel32/nls: Generate some plausible data for LOCALE_SNATIVEDISPLAYNAME.
advapi32/tests: Skip some tests if QueryServiceStatusEx is missing.
msvcp90: Add separate entry points for functions with different calling conventions.
advapi32/tests: Skip some tests if EnumServicesStatusExA is missing.
setupapi: Add support for creating WinSxS manifest files from fake dll resources.
comctl32: Create the WinSxS manifest from a resource.
msvcr80: Add a WinSxS manifest resource.
msvcr90: Add a WinSxS manifest resource.
msxml3: Add a WinSxS manifest resource....
2010 Oct 29
0
Wine release 1.3.6
...id parameter handling in EnumICMProfiles and SetICMProfile.
msi: Open the log file in shared write mode.
msi: Open the log file once per package.
msi: An inactive dialog control does not require a property.
advapi32: Implement EnumServicesStatusA/W.
advapi32: Implement EnumServicesStatusExA/W.
Henri Verbeet (40):
d3dcompiler: Make some variables static.
d3dcompiler: Move some bytecode output functions to bytecodewriter.c.
d3dcompiler: Merge asmutils.c into utils.c.
d3dcompiler: Mark some internal symbols hidden.
wined3d: Allow FBO blits again between sur...
2007 Oct 26
0
Wine release 0.9.48
...h).
kernel32/tests: Fix memory leaks (found by Smatch).
localspl/tests: Fix memory leak (found by Smatch).
ntdll/tests: Fix memory leaks (found by Smatch) and fix a message.
msvcrt/tests: Fix memory leak (found by Smatch).
Louis Lenders (5):
advapi32: Improve stub for EnumServicesStatusExA a bit.
setupapi: Add stub for SetupInstallServicesFromInfSectionA.
tapi32: Add stub for lineInitializeExA.
hhctrl.ocx: Update version info.
advapi32: Export RegOverridePredefKey.
Luke Bratch (1):
mshtml: Fix text input fields.
Maarten Lankhorst (5):
dsound: Mak...
2008 Aug 22
0
Wine release 1.1.3
...t function pointers.
advapi32/tests: Add tests for QueryServiceStatus.
advapi32/tests: Add tests for QueryServiceStatusEx.
advapi32/tests: Add tests for EnumServicesStatusA.
advapi32: Prevent a crash when passing an allowed NULL parameter.
advapi32/tests: Add tests for EnumServicesStatusExA.
Piotr Caban (33):
msxml3: Generalize bsc_t implementation.
msxml3: Added ISAXXMLReader_parseURL implementation.
msxml3/tests: Added test for ISAXXMLReader_parseURL.
msxml3: Added stub implementation of ISAXAttributes.
msxml3: Initialize ISAXAttribute structure....