Louis Lenders
2ecb586005
advapi32: Add stub for QueryTraceW.
2010-10-11 17:11:25 +02:00
Hans Leidekker
aba86be101
advapi32: Add a stub implementation of EventRegister.
2010-10-01 17:48:10 +02:00
Paul Vriens
1042aa0145
advapi32: Add stubs for FlushTrace[AW].
2010-09-06 16:18:02 +02:00
Detlef Riekenberg
84d24e5de5
advapi32: Dump the guid in a FIXME.
2009-11-16 12:43:07 +01:00
Francois Gouget
5fb3985fa5
Assorted spelling fixes.
2009-11-09 19:42:31 +01:00
Paul Vriens
5dafeacbd5
advapi32: Add a input parameter check to ClearEventLog.
2009-11-04 13:07:56 +01:00
Paul Vriens
e94c1ce3ae
advapi32: Add some input parameter checks to OpenBackupEventLog.
2009-11-03 21:26:35 +01:00
Paul Vriens
d2227cb8a4
advapi32: Add some input parameter checks to BackupEventLog.
2009-10-30 15:04:25 +01:00
Paul Vriens
78452960bc
advapi32: Add some input parameter checks to GetOldestEventLogRecord.
2009-10-29 13:09:13 +01:00
Paul Vriens
de72f40580
advapi32: Add some input parameter checks to GetNumberOfEventLogRecords.
2009-10-29 13:08:58 +01:00
Paul Vriens
7cc43213d7
advapi32: Add a stubbed GetEventLogInformation with input param checking.
2009-10-28 11:14:52 +01:00
Paul Vriens
4af8e5f24d
advapi32/tests: Add a input parameter check (CloseEventLog).
2009-10-27 13:42:49 +01:00
Paul Vriens
6bdbf6ee4c
advapi32/tests: Cope with empty servername.
2009-10-27 13:42:44 +01:00
Paul Vriens
84d689bd58
advapi32/tests: Add some input parameter checks.
2009-10-27 13:42:37 +01:00
Detlef Riekenberg
61d6a6bf88
advapi32: Add stubs for ControlTrace[A|W].
2009-10-12 12:35:33 +02:00
Detlef Riekenberg
75794304b4
advapi32: Add stub for EnableTrace.
2009-10-12 12:35:24 +02:00
Detlef Riekenberg
6648d26744
advapi32: Add stubs for StartTrace[A|W].
2009-10-12 12:35:15 +02:00
Detlef Riekenberg
4f7fc1b051
advapi32: Add stubs for QueryAllTraces[A|W].
2009-10-12 12:35:05 +02:00
Vincent Povirk
4351b37d09
advapi32: Stub TraceEvent.
2009-03-06 12:38:34 +01:00
Ricardo Filipe
a19051b9ae
advapi32: Add stub for UnregisterTraceGuids.
2008-12-11 14:28:14 +01:00
Andrew Talbot
ff19b2f25a
advapi32: Exclude unused headers.
2007-04-30 12:25:54 +02:00
Hans Leidekker
4301816d47
advapi32: Win64 printf format warning fixes.
2006-10-03 16:21:58 +02:00
Andrew Talbot
9959d7e37f
advapi32: Cast-qual warnings fix.
2006-08-26 19:16:19 +02:00
Jonathan Ernst
360a3f9142
Update the address of the Free Software Foundation.
2006-05-23 14:11:13 +02:00
Markus Amsler
ec350525e3
Improve c2man Documented-Total count. Changes:
...
- add missing description
- add missing returns section
2005-11-12 19:12:03 +00:00
Markus Amsler
d45811ce2a
Improve c2man Documented-Total count.
2005-11-04 11:43:27 +00:00
Vincent Béron
4440a7278f
Provide minimal API documentation in advapi/eventlog.c to silence some
...
winapi_check output.
Move around functions in riched20, richedit and rpcrt4 to achieve the
same goal.
2005-05-16 08:51:19 +00:00
Aric Stewart
ea6ecf44ff
Add a stub implementation of RegisterTraceGuids.
2005-05-11 13:00:18 +00:00
Hans Leidekker
860c90a322
Pretend there are 0 log records.
...
Improve traces.
2005-03-23 13:09:27 +00:00
Michael Stefaniuc
15a308a9d7
Do not check for non NULL pointer before HeapFree'ing it. It's
...
redundant.
2005-01-03 14:56:42 +00:00
James Hawkins
250c7c08bb
Added some more API docs.
2004-07-12 23:32:10 +00:00
Mike Hearn
2ea3dc4302
Implemented ReportEventA/W.
2003-11-11 21:59:15 +00:00
Alexandre Julliard
e37c6e18d0
Fixed header dependencies to be fully compatible with the Windows
...
headers (with help from Dimitrie O. Paun).
2003-09-05 23:08:26 +00:00
Alexandre Julliard
43690e9e47
Removed no longer needed inclusion of heap.h.
2003-01-24 00:54:58 +00:00
Matthew Davison
6f2a071df1
Remove some calls to HEAP_strdupAtoW from advapi32.
2003-01-20 23:23:12 +00:00
Michael Stefaniuc
cbacde5256
Compile the advapi32 dll with -DSTRICT.
2002-10-25 19:17:33 +00:00
Alexandre Julliard
7375597fe2
Fixed some handle type mismatches and added a few casts in prevision
...
of void* handles.
2002-07-31 19:26:03 +00:00
Vincent Béron
9a62491660
Removed trailing whitespace.
2002-05-31 23:06:46 +00:00
Alexandre Julliard
0799c1a780
Added LGPL standard comment, and copyright notices where necessary.
...
Global replacement of debugtools.h by wine/debug.h.
2002-03-09 23:29:33 +00:00
Patrik Stridvall
d0a41774a3
Documentation ordinal fixes.
2001-02-14 23:11:17 +00:00
Dimitrie O. Paun
529da54394
Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ;
2000-11-27 23:54:25 +00:00
Patrik Stridvall
2d6457c11a
Added/fixed some documentation reported by winapi_check.
2000-03-28 20:22:59 +00:00
Patrik Stridvall
4a73973f23
Fixed/moved/added missing/wrong function prototypes.
1999-07-04 11:01:21 +00:00
Marcus Meissner
623c0d6f94
some small include fixes, some checks for NULL ptrs,
...
loader/elf.c: fixed the "lib" insertion
crtdll: added fsopen()
dinput: return that we are attached.
1999-07-03 16:01:42 +00:00
Alexandre Julliard
9fe7a2545a
Converted to the new debug interface, using script written by Patrik
...
Stridvall.
1999-05-14 08:17:14 +00:00
Patrik Stridvall
b4b9fae671
New debug scheme with explicit debug channels declaration.
1999-04-19 14:56:29 +00:00
Jim Aston
2e1cafa288
Renamed wintypes.h to windef.h.
1999-03-14 16:35:05 +00:00
Alexandre Julliard
a396029270
Large-scale renaming of all Win32 functions and types to use the
...
standard Windows names.
1999-02-26 11:11:13 +00:00
Marcus Meissner
317af320cf
Optimized include/*.h: (recursively) include all headers needed by
...
this .h file, but only those. Necessary fixes to a lot of .c files,
started optimizing "windows.h" away from some of them. Moved
GetCurrentTask prototype to wine/winbase16.h.
1999-02-17 13:51:06 +00:00
Matthew Becker
e905f3c681
Documentation standardizations.
1999-01-28 13:46:25 +00:00