Results 1 to 2 of 2

Thread: Size_T Value

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2001
    Location
    Romania
    Posts
    1

    Smile Size_T Value

    What is the value of Size_T use in the declaration fo GetWriteWatch Function?
    Public Declare Function GetWriteWatch Lib "kernel32.dll" _
    (ByVal dwFlags As Long, lpBaseAddress As Any, ByRef dwRegionSize As SIZE_T, _
    lpAddresses As Any, ByRef lpdwCount As Long, _
    ByRef lpdwGranularity As Long) As Long

    Thank You in Advance,
    Julian
    Iulian

  2. #2
    Megatron
    Guest
    In C++, Size_T is the result of the sizeof() operator, hence declare it as Long in VB.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width