From d3a524f533b925e3a7daf57cde2b3961c21ffa55 Mon Sep 17 00:00:00 2001 From: iPhilip Date: Tue, 11 Mar 2025 10:57:12 -0700 Subject: [PATCH 1/2] Update nf-lowlevelmonitorconfigurationapi-setvcpfeature.md Added hyperlink for GetLastError. --- .../nf-lowlevelmonitorconfigurationapi-setvcpfeature.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk-api-src/content/lowlevelmonitorconfigurationapi/nf-lowlevelmonitorconfigurationapi-setvcpfeature.md b/sdk-api-src/content/lowlevelmonitorconfigurationapi/nf-lowlevelmonitorconfigurationapi-setvcpfeature.md index 5fde68e72fd0..5fffb384ba46 100644 --- a/sdk-api-src/content/lowlevelmonitorconfigurationapi/nf-lowlevelmonitorconfigurationapi-setvcpfeature.md +++ b/sdk-api-src/content/lowlevelmonitorconfigurationapi/nf-lowlevelmonitorconfigurationapi-setvcpfeature.md @@ -70,7 +70,7 @@ Value of the VCP code. ## -returns -If the function succeeds, the return value is TRUE. If the function fails, the return value is FALSE. To get extended error information, call GetLastError. +If the function succeeds, the return value is TRUE. If the function fails, the return value is FALSE. To get extended error information, call GetLastError. ## -remarks @@ -81,4 +81,4 @@ This function takes about 50 milliseconds to return. ## -see-also -Monitor Configuration Functions \ No newline at end of file +Monitor Configuration Functions From 6d31e6967c60b4ad33b9a29a7a3aa2a8dc6ae8f2 Mon Sep 17 00:00:00 2001 From: Steven White <31261191+stevewhims@users.noreply.github.com> Date: Wed, 12 Mar 2025 15:12:02 -0700 Subject: [PATCH 2/2] Edit pass --- .../nf-lowlevelmonitorconfigurationapi-setvcpfeature.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sdk-api-src/content/lowlevelmonitorconfigurationapi/nf-lowlevelmonitorconfigurationapi-setvcpfeature.md b/sdk-api-src/content/lowlevelmonitorconfigurationapi/nf-lowlevelmonitorconfigurationapi-setvcpfeature.md index 5fffb384ba46..a85dec158c94 100644 --- a/sdk-api-src/content/lowlevelmonitorconfigurationapi/nf-lowlevelmonitorconfigurationapi-setvcpfeature.md +++ b/sdk-api-src/content/lowlevelmonitorconfigurationapi/nf-lowlevelmonitorconfigurationapi-setvcpfeature.md @@ -70,12 +70,11 @@ Value of the VCP code. ## -returns -If the function succeeds, the return value is TRUE. If the function fails, the return value is FALSE. To get extended error information, call GetLastError. +If the function succeeds, the return value is TRUE. If the function fails, the return value is FALSE. To get extended error information, call GetLastError. ## -remarks This function corresponds to the "Set VCP Feature" command from the Display Data Channel Command Interface (DDC/CI) standard. - This function takes about 50 milliseconds to return.