Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6327449
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T17:16:54+00:00 2026-05-24T17:16:54+00:00

This might be rather simple but I have a method that expects a parameter

  • 0

This might be rather simple but I have a method that expects a parameter to be of type
BYTE **Ptr

And for various reasons I am using an int* (we’ll call intPtr for this example) in the code that will call this method, so I was wondering if it is safe to do this:

 MethodCall((BYTE**) &intPtr, ...

The method locks an image buffer in place and you supply a BYTE* to it so that once it has locked the buffer it sets the pointer to point to the start of the locked buffer in memory. This is part of the Windows Media Foundation code and so cannot be easily changed to suit my int*.

Will the casting above do the job of having my intPtr still point to the locked buffer memory address after the call, as if it were a BYTE* as requested. Also, is there any danger to doing this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T17:16:54+00:00Added an answer on May 24, 2026 at 5:16 pm

    In general, this is not “safe”. Whilst a pointer-to-T may be converted to a pointer-to-U and back again, modifying it via the pointer-to-U is, at best, implementation-defined.

    In your example, the method will modify your int * to point at some memory, but there’s no guarantee that that it will choose some memory that is correctly aligned for int. This would lead to what’s known as “a big mess”.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is very simple, but I'm being rather stupid about it. I have a
Know this might be rather basic, but I been trying to figure out how
I have created a rather simple photo gallery that I wish to apply PayPal
This is a rather unusual question but here's the issue: I have a WPF
This might at first glance seem rather similar to this question , but in
I'm pretty sure this is a rather simple and straightforward question for anyone that
This might seem like a stupid question I admit. But I'm in a small
This might be on the discussy side, but I would really like to hear
This might be a bit on the silly side of things but I need
This might seem obvious but I've had this error when trying to use LINQ

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.