Re: StorProp doesn't have entry for CdromCddaInfo function



This is believed to be a bug in the MSDN.
Thanks, ALL
David

"peterwie@xxxxxxxxxxxxxxxxxxxx" wrote:

link /dump /exports <filename> will list the contents of the export table as
well.

Of course you need to have an MS compiler installed.

-p
--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.

"Scherbina Vladimir" <vladimir.scherbina@xxxxxxxxxxxx> wrote in message
news:OVx5iOhmGHA.3352@xxxxxxxxxxxxxxxxxxxxxxx
1. Open your dll in any disassembler program (IDA Pro for example) and
look at it's export table - does it contain CdromCddaInfo function?

2. If so, make sure that you pass correct name to GetProcAddress.

3. If passed name is correrct put snippet of code here...

I was able to retrieve other function pointers from StorProp.DLL.
I dumped StorProp into text file, found no entry point of CdRomCddaInfo
defined in the StorProp.
Any experts help me on this one? What do I need to call that function? And
How?

Not sure that I understand correctly how did you obtain ptr to a function,
but generally these set of articles explains a lot:
http://www.newty.de/fpt/index.html



--
Vladimir

"David-Tiger" <DavidTiger@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:65484455-4504-4A4E-8042-1BD61D07BD88@xxxxxxxxxxxxxxxx
Hello,
I try to use CdromCddaInfo function (XP and Server2003).
According to MSDN library:
This function has no associated import library. You must use the
LoadLibrary
and GetProcAddress functions to dynamically link to Storprop.dll
So, I loaded StorProp.dll (Ver 5.2.3790.1830)
But The GetProcAddress Call returns NULL function pointer for
CdRomCddaInfo.
I was able to retrieve other function pointers from StorProp.DLL.
I dumped StorProp into text file, found no entry point of CdRomCddaInfo
defined in the StorProp.
Any experts help me on this one? What do I need to call that function?
And
How?
Thanks,
David





.



Relevant Pages

  • Re: StorProp doesnt have entry for CdromCddaInfo function
    ... make sure that you pass correct name to GetProcAddress. ... I try to use CdromCddaInfo function. ... But The GetProcAddress Call returns NULL function pointer for CdRomCddaInfo. ... I dumped StorProp into text file, found no entry point of CdRomCddaInfo ...
    (microsoft.public.win32.programmer.kernel)
  • Re: StorProp doesnt have entry for CdromCddaInfo function
    ... make sure that you pass correct name to GetProcAddress. ... I try to use CdromCddaInfo function. ... But The GetProcAddress Call returns NULL function pointer for ... I dumped StorProp into text file, found no entry point of CdRomCddaInfo ...
    (microsoft.public.win32.programmer.kernel)