flat assembler
Message board for the users of flat assembler.
Index
> Compiler Internals > Structures missing from include files |
Author |
|
ManOfSteel 13 Oct 2008, 18:43
CMINVOKECOMMANDINFO: msdn.microsoft.com/en-us/library/bb773215(VS.85).aspx
FORMATETC: msdn.microsoft.com/en-us/library/ms682177(VS.85).aspx BROWSEINFO: msdn.microsoft.com/en-us/library/bb773205.aspx WAVEFORMATEX: msdn.microsoft.com/en-us/library/ms713497.aspx MENUITEMINFO: msdn.microsoft.com/en-us/library/ms647578(VS.85).aspx Thank you. BTW, MASM32's WINDOWS.INC can be useful to see the missing equates and structures. Damn BBCode
|
|||||||||||
13 Oct 2008, 18:43 |
|
ManOfSteel 14 Oct 2008, 07:18
I first posted with URL tags, then re-edited and tried with the checkbox, but it didn't work.
It translates anything with an http:// (<- see) into a URL (even with no URL tags) so any URL with parenthesis doesn't work. e.g. http://msdn.microsoft.com/en-us/library/bb773215(VS.85).aspx EDIT: bah, MSDN seems to understand the "chopped" URL. Good boy! Last edited by ManOfSteel on 14 Oct 2008, 07:34; edited 1 time in total |
|||
14 Oct 2008, 07:18 |
|
revolution 14 Oct 2008, 07:31
Oh, you mean like this:
CMINVOKECOMMANDINFO: http://msdn.microsoft.com/en-us/library/bb773215(VS.85).aspx FORMATETC: http://msdn.microsoft.com/en-us/library/ms682177(VS.85).aspx BROWSEINFO: http://msdn.microsoft.com/en-us/library/bb773205.aspx WAVEFORMATEX: http://msdn.microsoft.com/en-us/library/ms713497.aspx MENUITEMINFO: http://msdn.microsoft.com/en-us/library/ms647578(VS.85).aspx |
|||
14 Oct 2008, 07:31 |
|
ManOfSteel 14 Oct 2008, 07:40
So, what's the secret?
|
|||
14 Oct 2008, 07:40 |
|
revolution 14 Oct 2008, 07:53
In essence use the URL encoding for hex characters. "(" = "%28" and ")" = "%29". Click the quote button and you will see.
|
|||
14 Oct 2008, 07:53 |
|
ManOfSteel 14 Oct 2008, 08:11
Okay. Not so simple, but effective!
|
|||
14 Oct 2008, 08:11 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.