{"id":15801355,"url":"https://github.com/justjavac/deno_ffi_win32_messagebox","last_synced_at":"2026-04-29T18:31:58.602Z","repository":{"id":65976776,"uuid":"439263895","full_name":"justjavac/deno_ffi_win32_messagebox","owner":"justjavac","description":null,"archived":false,"fork":false,"pushed_at":"2021-12-17T15:24:39.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-07T18:03:50.556Z","etag":null,"topics":["deno"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/justjavac.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-17T08:34:29.000Z","updated_at":"2022-03-19T04:40:59.000Z","dependencies_parsed_at":"2023-02-19T19:16:09.680Z","dependency_job_id":null,"html_url":"https://github.com/justjavac/deno_ffi_win32_messagebox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/justjavac/deno_ffi_win32_messagebox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justjavac%2Fdeno_ffi_win32_messagebox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justjavac%2Fdeno_ffi_win32_messagebox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justjavac%2Fdeno_ffi_win32_messagebox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justjavac%2Fdeno_ffi_win32_messagebox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justjavac","download_url":"https://codeload.github.com/justjavac/deno_ffi_win32_messagebox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justjavac%2Fdeno_ffi_win32_messagebox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32439169,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deno"],"created_at":"2024-10-05T01:21:57.908Z","updated_at":"2026-04-29T18:31:58.585Z","avatar_url":"https://github.com/justjavac.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deno_ffi_win32_messagebox\n\nDisplays a modal dialog box that contains a system icon, a set of buttons, and a\nbrief application-specific message, such as status or error information. The\nmessage box returns an integer value that indicates which button the user\nclicked.\n\nRun:\n\n```bash\ndeno run --allow-ffi --unstable https://cdn.jsdelivr.net/gh/justjavac/deno_ffi_win32_messagebox@main/mod.ts\n```\n\nOr run local:\n\n```bash\ngit clone git@github.com:justjavac/deno_ffi_win32_messagebox.git\ncd deno_ffi_win32_messagebox\ndeno run --allow-ffi --unstable mod.ts\n```\n\n---\n\nSee:\n\u003chttps://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-messagebox\u003e\n\n```cpp\n// C++\nint MessageBox(\n  [in, optional] HWND    hWnd,\n  [in, optional] LPCTSTR lpText,\n  [in, optional] LPCTSTR lpCaption,\n  [in]           UINT    uType\n);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustjavac%2Fdeno_ffi_win32_messagebox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustjavac%2Fdeno_ffi_win32_messagebox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustjavac%2Fdeno_ffi_win32_messagebox/lists"}