Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct the handling of the basic type 'btNoType'. #1

Closed
NoviceLive opened this issue Oct 4, 2015 · 1 comment
Closed

Correct the handling of the basic type 'btNoType'. #1

NoviceLive opened this issue Oct 4, 2015 · 1 comment
Labels

Comments

@NoviceLive
Copy link
Member

Description

Current implementation of btNoType is incorrect.

The basic type btNoType shall corresponds to an empty parameter list, i.e. (), whereas btVoid to (void) .

References

Sample

It comes from Windows 7 x64.

win32k.pdb

Output

F:\repo\PdbReader>PdbReader\bin\Debug\PdbReader.exe def c:\Symbols\win32k.pdb\21E2778DD2954987A9B7212463FFDC5E2\win32k.pdb PFNCLIENT
typedef struct _PFNCLIENT
{
    LONGLONG (*pfnScrollBarWndProc)(__NoType__);
    LONGLONG (*pfnTitleWndProc)(__NoType__);
    LONGLONG (*pfnMenuWndProc)(__NoType__);
    LONGLONG (*pfnDesktopWndProc)(__NoType__);
    LONGLONG (*pfnDefWindowProc)(__NoType__);
    LONGLONG (*pfnMessageWindowProc)(__NoType__);
    LONGLONG (*pfnSwitchWindowProc)(__NoType__);
    LONGLONG (*pfnButtonWndProc)(__NoType__);
    LONGLONG (*pfnComboBoxWndProc)(__NoType__);
    LONGLONG (*pfnComboListBoxProc)(__NoType__);
    LONGLONG (*pfnDialogWndProc)(__NoType__);
    LONGLONG (*pfnEditWndProc)(__NoType__);
    LONGLONG (*pfnListBoxWndProc)(__NoType__);
    LONGLONG (*pfnMDIClientWndProc)(__NoType__);
    LONGLONG (*pfnStaticWndProc)(__NoType__);
    LONGLONG (*pfnImeWndProc)(__NoType__);
    LONGLONG (*pfnGhostWndProc)(__NoType__);
    LONGLONG (*pfnHkINLPCWPSTRUCT)(__NoType__);
    LONGLONG (*pfnHkINLPCWPRETSTRUCT)(__NoType__);
    LONGLONG (*pfnDispatchHook)(__NoType__);
    LONGLONG (*pfnDispatchDefWindowProc)(__NoType__);
    LONGLONG (*pfnDispatchMessage)(__NoType__);
    LONGLONG (*pfnMDIActivateDlgProc)(__NoType__);
} PFNCLIENT, *PPFNCLIENT;
@NoviceLive NoviceLive added the bug label Oct 4, 2015
@kbridge
Copy link
Contributor

kbridge commented Oct 6, 2015

fixed.

@kbridge kbridge closed this as completed Oct 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants