mirror of
https://github.com/joaoviictorti/shadow-rs.git
synced 2026-01-02 07:04:28 +01:00
Readjusting comments
This commit is contained in:
@@ -403,7 +403,7 @@ pub unsafe fn find_zw_function(name: &str) -> Option<usize> {
|
||||
/// - `security_quality_of_service`: The security quality of service (optional).
|
||||
///
|
||||
/// # Returns
|
||||
/// - `OBJECT_ATTRIBUTES`>: The initialized OBJECT_ATTRIBUTES structure
|
||||
/// - `OBJECT_ATTRIBUTES`: The initialized OBJECT_ATTRIBUTES structure
|
||||
///
|
||||
#[allow(non_snake_case)]
|
||||
pub fn InitializeObjectAttributes(
|
||||
@@ -425,7 +425,7 @@ pub fn InitializeObjectAttributes(
|
||||
|
||||
/// Reads the content of a file given its path.
|
||||
///
|
||||
/// # Arguments
|
||||
/// # Parameters
|
||||
/// - `path`: The path to the file.
|
||||
///
|
||||
/// # Returns
|
||||
|
||||
Reference in New Issue
Block a user