Language | Data Type |
Visual Basic / Microsoft Access / VB Script | String. |
C++ / Visual C++ | BSTR, which is defined as a 32-bit character pointer. For PUT properties you are the owner, and are responsible for creating the pointer, and releasing it. For all GET properties, RedRegistration will create the pointer then release it to you. You are responsible for releasing it from memory. |