Searched refs:hStr (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/
H A Dwindll.c81 HANDLE hStr; variable
88 hStr = GlobalAlloc( GPTR, (DWORD)65535L);
89 if ( !hStr )
91 hStr = GlobalAlloc( GPTR, (DWORD) 2);
92 szCommentBuf = GlobalLock(hStr);
97 szCommentBuf = GlobalLock(hStr);
H A Dwindll.h58 extern HANDLE hStr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzip.c5834 GlobalUnlock(hStr);
5835 GlobalFree(hStr);

Completed in 49 milliseconds