Can you post a code example that shows this problem?
What does the structure ARG_SfxDbMemoRead have to do with this? I am not sure from your screen shot. I have just tried adding the following code to a cpp file:
struct ARG_SfxDbMemoRead
{
LPVOID handle;
DWORD memo;
char *buffer;
DWORD size;
DWORD *length;
};
static void testGeneralCode()
{
ARG_SfxDbMemoRead foo;
foo.|;
}
and when I type the dot the correct members are listed.