Home | History | Annotate | Download | only in orig

Lines Matching defs:dwSize

1162   DWORD dwSize = sizeof(value) / sizeof(char); /* Size in chars */
1166 dwRet = GetEnvironmentVariableA(name, value, dwSize);
1167 if( dwRet==0 || dwRet>dwSize ){