On Sat, 20 Jul 2002 10:37:34 +0200, [EMAIL PROTECTED] wrote:

>> Problem with Result := Pointer(WinQueryWindowULong(ahwnd,QWL_USER));
>> (Incompatible types). I think this is VMT specifit things.
>> 
>> Another example:
>> 
>>      Menu:=Pointer(WinQueryWindowULong(Win,QWL_USER));  {Get VMT
>>      Pointer}
>> 
>> Can anyone consult me about this?
>
> If the VMT format used in FPC isn't described in FPC documentation 
>(maybe it is - I didn't really check it), you might want to post this 
>question to fpc-devel list - I can't help you myself.
VMT format for FPC I can find,i.e., in sources. But I'm about SPC. For me such 
construction seems te be stupid. I assign pointer type to TMenu/TControl type. Now I 
have 
some idea about such construction. Somethere in code in windows word QWL_USER stored 
pointer to object. Now this pointer restored.

-----------
To unsubscribe yourself from this list, send the following message
to [EMAIL PROTECTED]

     unsubscribe sibyl
     end

Reply via email to