Michael Stefaniuc
|
de21efbadd
|
rpcrt4: Win64 printf format warning fixes.
|
2006-11-10 11:31:59 +01:00 |
Michael Stefaniuc
|
718f3c3505
|
rpcrt4: More "unsigned long" to "ULONG" changes in preparation of the removal of WINE_NO_LONG_AS_INT.
|
2006-11-10 11:31:45 +01:00 |
Michael Stefaniuc
|
32ec528405
|
rpcrt4: Bring the function definitions in sync with their declaration.
They got out of sync due to the unsigned long to ULONG changes in the headers.
|
2006-11-10 11:31:37 +01:00 |
Robert Shearman
|
11eb8ee042
|
rpcrt4: If the number of pointers is 0 for NdrFullPointerXlatInit then
set the number of pointers to a large default, so that NumberOfBuckets
doesn't end up less than zero.
|
2006-05-30 12:24:53 +02:00 |
Robert Shearman
|
bf985900e2
|
rpcrt4: For full pointers the state consists of flags, so or new flags into the field instead of assigning.
The return value of all full pointer functions that return an int
depends on the passed in query type being a flag in the state.
|
2006-05-30 12:24:22 +02:00 |
Robert Shearman
|
63307241dd
|
rpcrt4: Store the QueryType in the state table in NdrFullPointerQueryRefId.
Implement NdrFullPointerFree.
|
2006-05-27 10:54:39 +02:00 |
Robert Shearman
|
7af506b2b4
|
rpcrt4: Fix NdrFullPointerQueryRefId to make more tests pass.
|
2006-05-27 10:54:21 +02:00 |
Robert Shearman
|
767631d853
|
rpcrt4: Implement remaining part of NdrFullPointerQueryPointer and implement NdrFullPointerInsertRefId.
|
2006-05-27 10:53:48 +02:00 |
Robert Shearman
|
eb0fe9e6e3
|
rpcrt4: Implement some full pointer functions and add stubs for others.
Add some tests.
|
2006-05-27 10:53:29 +02:00 |