Skip to content

Latest commit

 

History

History
67 lines (56 loc) · 1.27 KB

File metadata and controls

67 lines (56 loc) · 1.27 KB
title __readcr0 | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
f1_keywords
__readcr0
dev_langs
C++
helpviewer_keywords
__readcr0 intrinsic
ms.assetid 25bdb093-d83c-48d7-9c0f-224de8e2c61c
caps.latest.revision 12
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

__readcr0

Microsoft Specific

Reads the CR0 register and returns its value.

Syntax

unsigned long __readcr0(void);  /* X86 */  
unsigned __int64 __readcr0(void);  /* X64 */  
  

Return Value

The value in the CR0 register.

Requirements

Intrinsic Architecture
__readcr0 x86, [!INCLUDEvcprx64]

Header file <intrin.h>

Remarks

This intrinsic is only available in kernel mode, and the routine is only available as an intrinsic.

END Microsoft Specific

See Also

Compiler Intrinsics