Add functions for doing a deep copy of a TYPEDESC into a flat buffer.
commit25bfb811a3545191f27ac0f4af2e639b7b898fd1
authorRobert Shearman <rob@codeweavers.com>
Tue, 29 Nov 2005 09:42:22 +0000 (29 10:42 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 29 Nov 2005 09:42:22 +0000 (29 10:42 +0100)
tree55e1afcccbd21447e523b93901388581cfe75244
parent68fcd5d8f7b67c5f9210e9a402082d0fcf48c58a
Add functions for doing a deep copy of a TYPEDESC into a flat buffer.
Copy VARDESC structures returned to calling applications instead of
passing a pointer to the master structure used internally.
dlls/oleaut32/typelib.c