Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
comp.os.ms-windows.programmer.win32
Conversations
About
Is HANDLE a DWORD?
6 views
Skip to first unread message
T
unread,
Nov 19, 2022, 6:51:58 PM
11/19/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
Link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi All,
In the following
C++
HANDLE WTSOpenServerA(
[in] LPSTR pServerName
);
Is HANDLE a DWORD (32 bit integer)?
Many thanks,
-T
T
unread,
Nov 19, 2022, 10:11:09 PM
11/19/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
Link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I just noticed I have HANDLE defined in Raku as
constant HANDLE = Pointer[void];
I do believe most C++ pointer are 32 bit
cardinals (unsigned integers)
JJ
unread,
Nov 20, 2022, 9:14:46 AM
11/20/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
Link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
On Sat, 19 Nov 2022 19:11:02 -0800, T wrote:
>
> I do believe most C++ pointer are 32 bit
> cardinals (unsigned integers)
Only if it was compiled as a 32-bit module.
A pointer would be 64-bit if i's compiled as a 64-bit module.
Reply all
Reply to author
Forward
0 new messages