TJwPointerType = ( ptUnknown, ptNew, ptGetMem, ptLocalAlloc, ptHandle, ptClass, ptCOMPointer );
|
Members |
Description |
|
ptUnknown |
The pointer type is unknown. |
|
ptNew |
The pointer was created by New function |
|
ptGetMem |
The pointer was created by GetMem function. |
|
ptLocalAlloc |
The pointer was created by LocalAlloc function. |
|
ptHandle |
The pointer is a handle. Use GetHandle method. |
|
ptClass |
The pointer is a class. Use Instance property instead. |
|
ptCOMPointer |
The pointer was allocated using CoTaskMemAlloc |
TJwPointerType is used by IJwAutoLock to determine the type of stored pointer.
|
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc. |
|
What do you think about this topic? Send feedback!
|