[AccessD] ReadDirectoryChangesW, not returning anything to t he buffer.

Drew Wutka DWUTKA at marlow.com
Wed Sep 10 17:44:52 CDT 2003


Thanks, complete brain fart.  I had run into that before, and completely
forgot.

Drew

-----Original Message-----
From: Stuart McLachlan [mailto:stuart at lexacorp.com.pg]
Sent: Wednesday, September 10, 2003 5:34 PM
To: Access Developers discussion and problem solving
Subject: RE: [AccessD] ReadDirectoryChangesW, not returning anything to
t he buffer.


On 10 Sep 2003 at 17:21, Drew Wutka wrote:

> Never mind, I figured it out.  What is the difference between 0 and 0&
> though?
> 


0& forces it to be passed as a  32 bit Long or DWord). 
0 will be passed as a 16 bit Integer.

For API calls always pass declared variables/equates (with suitable 
prefixes <g>) or typed values to avoid this sort of problem.









 
-- 
Lexacorp Ltd
http://www.lexacorp.com.pg
Information Technology Consultancy, Software Development,System 
Support.



_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com


More information about the AccessD mailing list