typedef struct _STARTUPINFO{
        DWORD cb;
        PSTR lpReserved;
        ...........
}STARTUPINFO,*LPSTARTUPINFO;
请教上面的_STARTUPINFO如何理解?