CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2002
    Posts
    248

    A simple question for SINK_ENTRY_EX

    in SINK_ENTRY_EX(...), I need to put Identifies the specified event in the 3rd paramenter, I found this ID is 0x20020001, should I just put 20020001 as 3 rd parameter?

    Thanks

  2. #2
    Join Date
    Oct 2002
    Location
    Tx, US
    Posts
    208
    No i dont think so u can put that way.
    u need to convert from Hex to decimal.

    Vinod

  3. #3
    Join Date
    Apr 2002
    Posts
    248
    is it mean I need to put 0x20020001 in 3rd parameter?
    Thanks for your reply

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

Featured