* GUID_NULL constant added. Delphi compat, bug10494

git-svn-id: trunk@9565 -
This commit is contained in:
marco 2007-12-29 13:27:48 +00:00
parent c6e2d72e3c
commit 78138162a6

View File

@ -42,6 +42,9 @@ TYPE
OleChar = WChar;
LPOLESTR = ^OLECHAR;
CONST
GUID_NULL : TGUID = '{00000000-0000-0000-0000-000000000000}';
// bit flags for IExternalConnection
CONST
EXTCONN_STRONG = $0001; // strong connection