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

  • Home
  • SEARCH
  • 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 8141249
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T12:26:39+00:00 2026-06-06T12:26:39+00:00

windows.h is included, code: #include <windows.h> int main() { HANDLE hToken; DWORD dwSize; TOKEN_ELEVATION_TYPE

  • 0

windows.h is included, code:

#include <windows.h>

int main() {
  HANDLE hToken;
  DWORD dwSize;
  TOKEN_ELEVATION_TYPE pElevationType = TokenElevationTypeDefault;
  OpenProcessToken(GetCurrentProcess(),TOKEN_ADJUST_PRIVILEGES, &hToken);
  GetTokenInformation(hToken, TokenElevationType, pElevationType, sizeof(TOKEN_ELEVATION_TYPE), &dwSize)
}

Compiler is MinGW 4.7

  • 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-06T12:26:41+00:00Added an answer on June 6, 2026 at 12:26 pm

    This is a relatively recent addition to the relevant enumeration in the Windows API, and perhaps you don’t have the required Platform SDK level present – confirm where winnt.h is being picked up from, and track down the right Platform SDK if this value is missing in yours.

    http://msdn.microsoft.com/en-us/library/windows/desktop/bb530718(v=vs.85).aspx

    Requirements

    Minimum supported client
    Windows Vista

    Minimum supported server
    Windows Server 2008

    Header
    Winnt.h

    The Windows SDK for WSrv 2008 is here.

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

Sidebar

Related Questions

Please see the code below: #include <windows.h> int main(int argc, char* argv[]) { HANDLE
I was under the impression that this code #include <windows.h> #include <stdio.h> int WINAPI
Why does this code: #include <stdio.h> int main(int argc, char** argv) { printf(%lld\n, 4294967296LL);
#include stdafx.h #include <windows.h> #include <winsock.h> #include <stdio.h> int APIENTRY WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR IpCmdLine,int
I have this code: #include <gtkmm.h> #include <unistd.h> void send_msg(Gtk::Entry* entry, int* fd); Glib::ustring*
I have the following code: //mydll.cpp #include <Windows.h> #include <io.h> #define STDOUT_FILEDESC 1 class
I've included the necessary assemblies into a Windows Class project in VS2008. When I
Looking for a list of Windows versions (service packs included) and what version of
I just needed to include windows office 2010 Ribbon bar into my C# application(Not
I'm looking to include a Windows .exe in my gem and call on that

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.