I will let someone else answer the specific question. I will note, however, that as far as I know, Windows treats handles as highly obfuscated (if not outright encoded) mechanism. As such, a reverse mapping is only possible (and I know that this is the way such mechanisms as regmon and such apply it) by remebering the calls you originally made.
Which is not to say this is the only way you have if you need this for implementing a WINE function. If that is your case, you are no longer behind the encoding/obfuscating scheme.
Shachar
Paramjit S. Pannu wrote:
Hi All, Just a query, may be out of topic. Is there any API which given a dialog's handle returns its resource identifier ?
Thankx in Advance, Paramjit