>>366 LB_GETCURSEL Send an LB_GETCURSEL message to retrieve the index of the currently selected item, if any, in a single-selection list box.
LB_GETCURSEL wParam = 0; // not used; must be zero lParam = 0; // not used; must be zero
Parameters This message has no parameters.
Return Values In a single-selection list box, the return value is the zero-based index of the currently selected item. If there is no selection, the return value is LB_ERR.
Pointer to a buffer that contains a file name used to initialize the File Name edit control. The first character of this buffer must be NULL if initialization is not necessary.
When the GetOpenFileName or GetSaveFileName function returns successfully, this buffer contains the drive designator, path, file name, and extension of the selected file.
파일 이름을 초기화하기 위하여 이용되는 파일 이름을 포함하는 완충기에 포인터는 통제를 편집한다. 초기 설정이 필요하지 않으면 이 완충기의 첫번째 특성은 무효 이어야 한다. GetOpenFileName또는GetSaveFileName기능이 성공적으로 돌려보낼 때, 이 완충기는 선정한 파일의 드라이브 지명자, 경로, 파일 이름, 및 연장을 포함한다.