Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8764987
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T16:10:21+00:00 2026-06-13T16:10:21+00:00

HANDLE pipe = CreateFile( L\\\\.\\pipe\\my_pipe, GENERIC_READ, // only need read access FILE_SHARE_READ | FILE_SHARE_WRITE,

  • 0
HANDLE pipe = CreateFile( L"\\\\.\\pipe\\my_pipe",
                              GENERIC_READ, // only need read access
                              FILE_SHARE_READ | FILE_SHARE_WRITE,
                              NULL,
                              OPEN_EXISTING,
                              FILE_ATTRIBUTE_NORMAL,
                              NULL );

I’m new to win api and i’d like to know where is the “my_pipe” file created on the hard disk?
I can’t find it anywhere near the binary or sources

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T16:10:22+00:00Added an answer on June 13, 2026 at 4:10 pm

    Windows doesn’t follow the UNIX philosophy “everything is a file”, so the named objects you create with the kernel APIs aren’t files, but are objects in various NT objects namespaces. You can see them with tools like WinObj.

    You may want to have a look at the article about the object manager in Windows.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to handle a case of a DateTime which might be null
When creating a pipe with os.pipe() it returns 2 file numbers; a read end
How can I define pipe :: Handle -> Handle -> IO () in the
I have one tcp client that need read data via tcp but i need
Assuming a handle created with the following code: use IO::File; my $fh = IO::File->new;
I'm wondering if there is any php class to handle pipe incoming mail and
I need to send multiple messages between a native named pipe and a System.IO
This is my c++ code HANDLE hPipe = ::CreateNamedPipe(_T(\\\\.\\pipe\\FirstPipe), PIPE_ACCESS_DUPLEX, PIPE_TYPE_MESSAGE | PIPE_READMODE_MESSAGE, PIPE_UNLIMITED_INSTANCES,
I have a pipe delimited feed file which has several fields. Since I only
If I create pipe in windows this way: CreatePipe(hRead, hWrite, &sec_atr, NULL) Then make

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.