Forum Discussion

RayW1966's avatar
15 years ago

How do I represent a GUID structure in TestComplete 7.52

I have a C function that accepts a GUID struct.  The GUID is a sixteen byte binary structure in the following format:

DWORD-WORD-WORD-BYTE BYTE-BYTE BYTE BYTE BYTE BYTE BYTE



How do I represent this structure in TestComplete?

1 Reply

  • Hi,



    I suppose, you need to call a routine that is located in a DLL. If I'm right, see the "Calling Routines Located in Dynamic Link Libraries From Scripts" and "Parameter Types for C++ Routines and Structures" help topics to learn how to do this.