- 29 Nov, 2005 25 commits
-
-
Eric Pouech authored
-
James Hawkins authored
Function always returns S_OK, even on failure. Copy the file to the temp directory if the file exists but isn't found by GetFileVersionInfoSize. If bVersion is FALSE, return the language and code page identifiers of the file, not the system.
-
Robert Shearman authored
-
Robert Shearman authored
Fix some places where a returned object was AddRef'd. Make the search through implemented types work on all types, not just interfaces.
-
Peter Lemenkov authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
oriented API (stack_get_current_symbol). Reused the func name (stack_get_frame) for internal stack.c handling.
-
Michael Jung authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
James Hawkins authored
-
Robert Shearman authored
INTERNET_SendCallback where INTERNET_FLAG_ASYNC is already handled properly.
-
Robert Shearman authored
parameter hack that native COM used to use (but not any more). Async calls are an optimisation that we're not going to support in the near future.
-
Raphael Junqueira authored
-
Raphael Junqueira authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Robert Shearman authored
Copy VARDESC structures returned to calling applications instead of passing a pointer to the master structure used internally.
-
Robert Shearman authored
-
Robert Shearman authored
file infos in NdrDllGetClassObject.
-
Robert Shearman authored
-
Robert Shearman authored
Replace references of pStubMsg->BufferEnd with RpcMsg->Buffer + pStubMsg->BufferLength. Fix buffer calculation when no interface data is marshaled to the stream.
-
Robert Shearman authored
pStubMsg->BufferEnd being valid, because they aren't filled in when using MIDL-generated server stubs. Don't set the pointer to NULL on unmarshaling because we may want to unmarshal the value to an existing pointer instead of allocating a new one.
-
Vitaliy Margolen authored
-
- 28 Nov, 2005 15 commits
-
-
Jacek Caban authored
-
Alexandre Julliard authored
-
Dmitry Timoshkov authored
-
Juan Lang authored
spotting that.) Add a few more stubs.
-
Henning Gerhardt authored
-
Hans Leidekker authored
-
Michael Jung authored
Use STATIC_CAST macro more consistently.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
when calling a register function.
-
Ge van Geldorp authored
-
Dmitry Timoshkov authored
codecs.
-
Aric Stewart authored
port if non standard on the redirect host header and make sure to append the extra information (parameters) and such to the location if present. Additionally check to see if we are redirecting to https and if so set the appropriate port.
-
Jacek Caban authored
-
Michael Jung authored
-
Ge van Geldorp authored
ShellExecute_GetClassKey) expects sei->lpFile to not be enclosed in quotes.
-