RtlExtendedLargeIntegerDivide 函式
[ RtlExtendedLargeIntegerDivide 函式會匯出以支援現有的驅動程式二進位檔,而且已過時。 為了提升效能,請使用 64 位整數作業的編譯器支援。
除以擴充整數。
語法
LARGE_INTEGER RtlExtendedLargeIntegerDivide(
_In_ LARGE_INTEGER Dividend,
_In_ ULONG Divisor,
_Inout_ PULONG Remainder
);
參數
-
除數 [in]
-
股利。
-
除數 [in]
-
因數。
-
餘數 [in, out]
-
除法餘數的指標。
傳回值
傳回除法運算的結果。
備註
此函式沒有相關聯的匯入程式庫或標頭檔;您必須使用 LoadLibrary 和 GetProcAddress 函式呼叫它。
規格需求
需求 | 值 |
---|---|
DLL |
|