C++Builder Programming Forum
C++Builder  |  Delphi  |  FireMonkey  |  C/C++  |  Free Pascal  |  Firebird
볼랜드포럼 BorlandForum
 경고! 게시물 작성자의 사전 허락없는 메일주소 추출행위 절대 금지
C++빌더 포럼
Q & A
FAQ
팁&트릭
강좌/문서
자료실
컴포넌트/라이브러리
메신저 프로젝트
볼랜드포럼 홈
헤드라인 뉴스
IT 뉴스
공지사항
자유게시판
해피 브레이크
공동 프로젝트
구인/구직
회원 장터
건의사항
운영진 게시판
회원 메뉴
북마크
볼랜드포럼 광고 모집

C++빌더 Q&A
C++Builder Programming Q&A
[22875] Re:[질문] shellexcute 함수관련 질문입니다...답변 부탁드립니다.
Julien [julien] 1517 읽음    2002-11-27 09:50
HINSTANCE i = ShellExecute(Handle, "open", "PROGRAM", 0, 0, SW_SHOWNORMAL);
if((int)i < 33)
  ShowMessage("PROGRAM을 실행할 수 없습니다.");

여기서 i 값을 보면 결과를 알 수 있습니다.

0  The operating system is out of memory or resources.
ERROR_FILE_NOT_FOUND  The specified file was not found.
ERROR_PATH_NOT_FOUND  The specified path was not found.
ERROR_BAD_FORMAT  The .exe file is invalid (non-Win32® .exe or error in .exe image).
SE_ERR_ACCESSDENIED  The operating system denied access to the specified file. 
SE_ERR_ASSOCINCOMPLETE  The file name association is incomplete or invalid.
SE_ERR_DDEBUSY  The DDE transaction could not be completed because other DDE transactions were being processed.
SE_ERR_DDEFAIL  The DDE transaction failed.
SE_ERR_DDETIMEOUT  The DDE transaction could not be completed because the request timed out.
SE_ERR_DLLNOTFOUND  The specified dynamic-link library was not found. 
SE_ERR_FNF  The specified file was not found. 
SE_ERR_NOASSOC  There is no application associated with the given file name extension.
SE_ERR_OOM  There was not enough memory to complete the operation.
SE_ERR_PNF  The specified path was not found.
SE_ERR_SHARE  A sharing violation occurred.

스머프 님이 쓰신 글 :
: 안녕하세요..
:
: 궁금한 점이 있어서 질문드립니다.
:
:
: ShellExecute( Application.Handle, 'open', 'exam',pPath, 'C:\', W_SHOWNORMAL );
:
: 라인으로 exam.exe 라는 외부 프로그램을 실행시키는데
:
: 이 프로그램(exam.exe)이 실행을 성공적으로 마치면 리턴값이 '0' 이 날라오고
:
: 중간에 오류가 나면 다른 숫자가 날라옵니다..
:
: 이 리턴값을 알 수 있는 방법이 없나요..??
:
: 답변좀 부탁드리겠습니다....
:
:
:
:

+ -

관련 글 리스트
22837 [질문] shellexcute 함수관련 질문입니다...답변 부탁드립니다. 스머프 859 2002/11/25
31230     Re:[질문] shellexcute 함수관련 질문입니다...답변 부탁드립니다. 鄭明基.발그미 1429 2002/11/25
22875     Re:[질문] shellexcute 함수관련 질문입니다...답변 부탁드립니다. Julien 1517 2002/11/27
22845     Re:[질문] shellexcute 함수관련 질문입니다...답변 부탁드립니다. 류현 1200 2002/11/25
Google
Copyright © 1999-2015, borlandforum.com. All right reserved.